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

@@ -13,8 +13,6 @@
if (!defined('e107_INIT')) { exit; }
error_reporting(E_ALL);
// require_once(e_HANDLER.'user_handler.php'); //shouldn't be necessary
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_login.php');

View File

@@ -15,7 +15,7 @@
* @subpackage chatbox
*/
error_reporting(E_ALL);
if(isset($_POST['chatbox_ajax']))
{
define('e_MINIMAL',true);

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');

View File

@@ -1,5 +1,5 @@
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
//22/10/2009 9.58.12
//general list of implementaion and