print additional info on fatalError(3)

This commit is contained in:
Andrew Dolgov
2006-02-20 05:29:52 +01:00
parent 2f3c902cdc
commit 91d612b39e
3 changed files with 15 additions and 5 deletions

View File

@@ -62,7 +62,12 @@
<h1>Fatal Error</h1>
<div class="bigErrorMsg"><?= $ERRORS[$_GET["c"]] ?></div>
<div class="bigErrorMsg"><?= $ERRORS[$_GET["c"]] ?>
<? if ($_GET["p"]) { ?>
<p><?= htmlspecialchars($_GET["p"]) ?></p>
<? } ?>
</div>
</td>
</tr>