summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c1f87b564..d7d3715f5 100644
--- a/index.php
+++ b/index.php
@@ -276,7 +276,7 @@ function _actual_exception_handler($e)
$message .= 'thrown in <b>'.$e->getFile().'</b> on line <b>'.$e->getLine().'</b><br>';
$message .= '</div>';
} else {
- $message .="<p>More information can be found in syslog or by enabling display_errors.</p>";
+ $message .="<p>More information can be found in the php error log or by enabling display_errors.</p>";
}
$message = "$message";