This code is so fragile due to cakephp being fucked. So many regrets of framework choice
This commit is contained in:
parent
446bf72898
commit
caf7050e7f
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
|
||||||
/* SVN FILE: $Id: core.php 7296 2008-06-27 09:09:03Z gwoo $ */
|
/* SVN FILE: $Id: core.php 7296 2008-06-27 09:09:03Z gwoo $ */
|
||||||
/**
|
/**
|
||||||
* This is core configuration file.
|
* This is core configuration file.
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ if (!defined('PHP5')) {
|
||||||
if (!defined('E_DEPRECATED')) {
|
if (!defined('E_DEPRECATED')) {
|
||||||
define('E_DEPRECATED', 8192);
|
define('E_DEPRECATED', 8192);
|
||||||
}
|
}
|
||||||
error_reporting(~E_ALL & ~E_DEPRECATED);
|
error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
|
||||||
/**
|
/**
|
||||||
* Configuration, directory layout and standard libraries
|
* Configuration, directory layout and standard libraries
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue