mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Issue #2146 - Removed leftover error_reporting() calls.
This commit is contained in:
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
|
|
||||||
|
|
||||||
// require_once(e_HANDLER.'user_handler.php'); //shouldn't be necessary
|
// require_once(e_HANDLER.'user_handler.php'); //shouldn't be necessary
|
||||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_login.php');
|
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_login.php');
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* @subpackage chatbox
|
* @subpackage chatbox
|
||||||
*/
|
*/
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
if(isset($_POST['chatbox_ajax']))
|
if(isset($_POST['chatbox_ajax']))
|
||||||
{
|
{
|
||||||
define('e_MINIMAL',true);
|
define('e_MINIMAL',true);
|
||||||
|
@@ -19,7 +19,7 @@ if (!getperms('P'))
|
|||||||
exit ;
|
exit ;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
require_once (e_PLUGIN . 'forum/forum_class.php');
|
require_once (e_PLUGIN . 'forum/forum_class.php');
|
||||||
require_once (e_ADMIN . 'auth.php');
|
require_once (e_ADMIN . 'auth.php');
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set("display_errors", 1);
|
ini_set("display_errors", 1);
|
||||||
//22/10/2009 9.58.12
|
//22/10/2009 9.58.12
|
||||||
//general list of implementaion and
|
//general list of implementaion and
|
||||||
|
Reference in New Issue
Block a user