summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-03-03 19:01:30 +0100
committerSimon Rettberg2015-03-03 19:01:30 +0100
commitc90c7bfb5d72d327e6fe8fb3a85d852ec1ee94a4 (patch)
tree3d6ed553f0308dbd315b6e43785b55e429ec037b /index.php
parentSecond Commit (diff)
downloadbwlp-webadmin-c90c7bfb5d72d327e6fe8fb3a85d852ec1ee94a4.tar.gz
bwlp-webadmin-c90c7bfb5d72d327e6fe8fb3a85d852ec1ee94a4.tar.xz
bwlp-webadmin-c90c7bfb5d72d327e6fe8fb3a85d852ec1ee94a4.zip
Third Commit
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 3728ccd..8fde6b9 100644
--- a/index.php
+++ b/index.php
@@ -68,7 +68,7 @@ abstract class Page
}
-// Error reporting (hopefully goind to stderr, not being printed on pages)
+// Error reporting (hopefully going to stderr, not being printed on pages)
error_reporting(E_ALL);
// Autoload classes from ./inc which adhere to naming scheme <lowercasename>.inc.php