summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index 3583560..75b54ad 100644
--- a/phpfspot_cfg.php.dist
+++ b/phpfspot_cfg.php.dist
@@ -56,6 +56,15 @@ class PHPFSPOT_CFG {
*/
var $phpfspot_db = "/var/www/f-spot-dbs/phpfspot.db";
+ /* sqlite temp dir. per default sqlite tries /var/tmp, /usr/tmp, /tmp
+ and the current working directory for creating temporary files.
+ If you still get error messages when phpfspot tries to create the
+ indecies in $fspot_db, set this option to another writeable
+ directory. For example $phpfspot_db directory, which must be
+ writeable anyway.
+ */
+ // var $sqlite_temp_dir = "/var/www/f-spot-dbs";
+
/* don't touch if you haven't changed the base templates */
var $thumb_width = "150";
var $thumb_height = "145";
@@ -89,6 +98,11 @@ class PHPFSPOT_CFG {
*/
var $use_lightbox = true;
+ /* Use Ajax Auto Completion for tag search. Maybe, if you have a slow
+ connectivity for the server, it's a good idea to turn it off.
+ */
+ var $use_autocomplete = true;
+
/* logging = display || errorlog || logfile */
var $logging = "display";