X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php;h=ee05eac91e4f8bdb6722c30d807dbdaa03a5ffaf;hp=71e01929328a431bd3f10da5a05285924ac643ab;hb=4c837f96cb1d36e7717d935e1f1270ffd423d2dd;hpb=51dc5aa5fc7a32d100abb5a1073603d3d1524adf 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";