summaryrefslogtreecommitdiff
path: root/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'error.php')
-rw-r--r--error.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/error.php b/error.php
index cc57b64db..8c5a6a4b5 100644
--- a/error.php
+++ b/error.php
@@ -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>