REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
[ENGINE]
|
||||
;;name = "Dwoo"
|
||||
name = "Smarty"
|
||||
;;name = "Twig"
|
||||
cache = "/../../application/view/cache/"
|
||||
templates = "/../../application/view/templates/"
|
||||
templates_c = "/../../application/view/templates_c/"
|
||||
config_dir = "/../../application/view/configs/"
|
||||
class_file = "core/l/Smarty/Smarty.class.php"
|
||||
debugbar = false
|
||||
debug_template = "/../../application/view/templates/shared/debug.tpl"
|
||||
debugbar = true
|
||||
|
||||
[AUTOLOADER]
|
||||
class.pos[] = "users"
|
||||
|
||||
Reference in New Issue
Block a user