1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Issue #2146 - Removed leftover error_reporting() calls.

This commit is contained in:
Cameron
2016-12-22 11:14:07 -08:00
parent b164750645
commit 52f4e2f346
4 changed files with 3 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ if (!getperms('P'))
exit ;
}
error_reporting(E_ALL);
require_once (e_PLUGIN . 'forum/forum_class.php');
require_once (e_ADMIN . 'auth.php');