diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |