Ticket #23116: patch-include-global.php.diff
File patch-include-global.php.diff, 585 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
include/global.php
old new 30 30 31 31 */ 32 32 33 /* display ALL errors (except those about deprecated functions) */ 34 error_reporting(E_ALL & ~E_DEPRECATED); 35 33 36 /* Default database settings*/ 34 37 $database_type = "mysql"; 35 38 $database_default = "cacti"; … … 177 180 unset($input); 178 181 } 179 182 180 /* display ALL errors */181 error_reporting(E_ALL);182 183 183 /* include base modules */ 184 184 include($config["library_path"] . "/adodb/adodb.inc.php"); 185 185 include($config["library_path"] . "/database.php");