DEFINE('SQUASHER_DB_PASSWORD', 'squasher'); // Password for the database
DEFINE('SQUASHER_DB_DATABASE', 'squasher'); // Mysql database name
-// Location of the smarty library
+// Location of the smarty php library
// Use 'smarty/Smarty.class.php' for relative directory 'smarty/'
// Use 'smarty3/Smarty.class.php' if you installed package smarty3
DEFINE('SQUASHER_SMARTY_SOURCE', 'smarty3/Smarty.class.php');
-// Location of the smarty templates
-DEFINE('SQUASHER_SMARTY_TEMPLATES', './templates');
+// Location of the smarty templates, relative to webroot
+DEFINE('SQUASHER_SMARTY_TEMPLATES', '../templates');
// Location of the smarty compiled templates
-DEFINE('SQUASHER_SMARTY_TEMPLATES_C', './templates_c');
+// If you create a 777 templates_c directory here, use '../templates_c'
+DEFINE('SQUASHER_SMARTY_TEMPLATES_C', '/var/cache/squasher/templates_c');
// Location of the smarty cache
-DEFINE('SQUASHER_SMARTY_CACHE', './cache');
+// If you create a 777 cache directory here, use '../cache'
+DEFINE('SQUASHER_SMARTY_CACHE', '/var/cache/squasher/cache');
// start session