Fixed XSS, reported by alexander@klink.name
This commit is contained in:
parent
9df4c24204
commit
8f992c32a0
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
||||||
<p><input type="submit" name="process" value="<?=_("Analyse")?>"></p>
|
<p><input type="submit" name="process" value="<?=_("Analyse")?>"></p>
|
||||||
</form>
|
</form>
|
||||||
<? } else {
|
<? } else {
|
||||||
echo "<pre>";
|
echo "<pre>".htmlspecialchars(print_r(openssl_x509_parse(openssl_x509_read($_POST['csr'])),true))."</pre>";
|
||||||
print_r(openssl_x509_parse(openssl_x509_read($_POST['csr'])));
|
|
||||||
echo "</pre>";
|
|
||||||
}
|
}
|
||||||
showfooter();
|
showfooter();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue