summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-07 20:14:59 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-07 20:14:59 +0000
commit4c837f96cb1d36e7717d935e1f1270ffd423d2dd (patch)
tree20573967e72958e587f21ed2b0bab3e499db1039 /phpfspot_cfg.php
parent51dc5aa5fc7a32d100abb5a1073603d3d1524adf (diff)
specify path to phpfspots own database
git-svn-id: file:///var/lib/svn/phpfspot/trunk@48 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r--phpfspot_cfg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
index 71e0192..ee05eac 100644
--- a/phpfspot_cfg.php
+++ b/phpfspot_cfg.php
@@ -15,7 +15,8 @@ class PHPFSPOT_CFG {
var $photo_width = "640";
- var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+ var $fspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+ var $phpfspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/phpfspot.db";
var $path_replace_from = "/home/unki";
var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";