Fixed EnterpriseClass name
Moved side effects code to class G helper and called from boot scripts
This commit is contained in:
David Callizaya
2017-08-11 15:11:24 -04:00
parent 1803df36dc
commit 5b90f9e24a
8 changed files with 22 additions and 13 deletions

View File

@@ -81,4 +81,4 @@
if (!is_dir(PATH_SMARTY_C)) G::mk_dir(PATH_SMARTY_C);
if (!is_dir(PATH_SMARTY_CACHE)) G::mk_dir(PATH_SMARTY_CACHE);
?>
G::defineConstants();