summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r--phpfspot_cfg.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
new file mode 100644
index 0000000..b833b99
--- /dev/null
+++ b/phpfspot_cfg.php
@@ -0,0 +1,22 @@
+<?php
+
+class PHPFSPOT_CFG {
+
+ var $page_title = "phpfspot - dynamic PHP gallery for F-Spot";
+
+ var $base_path = "/var/www/images.netshadow.at/htdocs/phpfspot";
+
+ var $web_path = "/phpfspot";
+
+ var $thumb_width = "200";
+
+ var $photo_width = "800";
+
+ var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db";
+
+ var $path_replace_from = "/home/unki";
+ var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
+
+}
+
+?>