WEB: Move public files to /public_html

This commit is contained in:
Matan Bareket
2019-04-25 14:19:49 -04:00
parent 13f476d132
commit ec67ddce8a
3825 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Controller
/* Configure smarty. */
$this->smarty->setCompileDir(SMARTY_DIR_COMPILE);
$this->smarty->setCacheDir(SMARTY_DIR_CACHE);
$this->smarty->setTemplateDir(array("templates_$lang", 'templates'));
$this->smarty->setTemplateDir(SMARTY_DIR_TEMPLATE);
$this->smarty->compile_id = $lang;
# First we read English, so all defaults are there