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

4
install/htconfig.sample.php Normal file → Executable file
View File

@@ -13,10 +13,14 @@
// Then set the following for your MySQL installation
$db_host = 'your.mysqlhost.com';
$db_port = null; #leave null for default or set your port
$db_user = 'mysqlusername';
$db_pass = 'mysqlpassword';
$db_data = 'mysqldatabasename';
// smarty3 compile dir. make sure is writable by webserver
$a->config['system']['smarty3_folder'] = "view/tpl/smart3";
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
// It can be changed later and only applies to timestamps for anonymous viewers.