From de6d9f2a3a8151c1eee234b20426d075c6699da7 Mon Sep 17 00:00:00 2001 From: Pavel Belyaev Date: Sun, 6 Jun 2021 01:33:01 +0500 Subject: [PATCH] add ALC to core vars --- LE/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LE/core.php b/LE/core.php index edc7a94..2f944d8 100644 --- a/LE/core.php +++ b/LE/core.php @@ -20,7 +20,8 @@ function echo_arr(&$arr) { /*core class*/ class LE { - public static $DB,$TPL,$CACHE,$QUERY_DATA_TYPE; + public static $DB,$TPL,$CACHE,$QUERY_DATA_TYPE,$FULL_URL; + public static $ALC; public static function DEF ($constant_name,$val=false)