diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-14 23:23:04 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-14 23:23:04 +0100 |
commit | 069e874e6d260ba19048a9150a70c5b9062ae4ce (patch) | |
tree | 90ec6c8961e7a1a71a72acb33c25175c70e4bf97 /install/htconfig.sample.php | |
parent | 304934a90cc5d2c8a9bfa936df0532b5a716deef (diff) | |
download | volse-hubzilla-069e874e6d260ba19048a9150a70c5b9062ae4ce.tar.gz volse-hubzilla-069e874e6d260ba19048a9150a70c5b9062ae4ce.tar.bz2 volse-hubzilla-069e874e6d260ba19048a9150a70c5b9062ae4ce.zip |
Typo
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-x | install/htconfig.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index 77a0aa8a5..beca1ab58 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -19,7 +19,7 @@ $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; // smarty3 compile dir. make sure is writable by webserver -$a->config['system']['smarty3_folder'] = "view/tpl/smart3"; +$a->config['system']['smarty3_folder'] = "view/tpl/smarty3"; // 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. |