add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates

This commit is contained in:
fabrixxm
2013-05-10 06:13:24 -04:00
parent e1c6b776c4
commit d4c07930d5
7 changed files with 34 additions and 19 deletions

View File

@@ -582,7 +582,7 @@ class App {
date_default_timezone_set($this->timezone);
$this->config = array();
$this->config = array('system'=>array());
$this->page = array();
$this->pager= array();