From 069e874e6d260ba19048a9150a70c5b9062ae4ce Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 14 May 2013 23:23:04 +0100 Subject: Typo --- install/htconfig.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3