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:
@@ -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');
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* @subpackage chatbox
|
||||
*/
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
if(isset($_POST['chatbox_ajax']))
|
||||
{
|
||||
define('e_MINIMAL',true);
|
||||
|
@@ -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');
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user