diff options
author | friendica <info@friendica.com> | 2013-05-15 02:21:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 02:21:29 -0700 |
commit | 8073e327ca2b67e7288edb5a60e729538bc1cf32 (patch) | |
tree | f319877c6d0b316fce4c0dec1a5eb1e479c06e8b /install/htconfig.sample.php | |
parent | 427b9787d07c729c11d61eb17221cbf7671fcbde (diff) | |
parent | bbca8a906a80294275d397a29c2f89f1f9e4beff (diff) | |
download | volse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.tar.gz volse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.tar.bz2 volse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.zip |
Merge https://github.com/friendica/red into zpull
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. |