projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51dc5aa
)
specify path to phpfspots own database
author
Andreas Unterkircher
<unki@netshadow.at>
Thu, 7 Jun 2007 20:14:59 +0000
(20:14 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Thu, 7 Jun 2007 20:14:59 +0000
(20:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@48
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot_cfg.php
patch
|
blob
|
history
diff --git
a/phpfspot_cfg.php
b/phpfspot_cfg.php
index 71e01929328a431bd3f10da5a05285924ac643ab..ee05eac91e4f8bdb6722c30d807dbdaa03a5ffaf 100644
(file)
--- 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";