From d4c07930d51244c8ae5014344c9502d010954448 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 10 May 2013 06:13:24 -0400 Subject: add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index cf45fed16..26dd8396f 100755 --- a/boot.php +++ b/boot.php @@ -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(); -- cgit v1.2.3