tracer_enabled is global
This commit is contained in:
parent
dba89e9d13
commit
fc6db3509a
@ -4,7 +4,7 @@
|
|||||||
* actually do anything as far as the app is concerned
|
* actually do anything as far as the app is concerned
|
||||||
*/
|
*/
|
||||||
|
|
||||||
global $cache, $config, $database, $user, $page, $_tracer;
|
global $cache, $config, $database, $user, $page, $_tracer, $tracer_enabled;
|
||||||
|
|
||||||
require_once "core/sys_config.php";
|
require_once "core/sys_config.php";
|
||||||
require_once "core/polyfills.php";
|
require_once "core/polyfills.php";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user