initial import
[phpfspot.git] / phpfspot_cfg.php
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
new file mode 100644 (file)
index 0000000..b833b99
--- /dev/null
@@ -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";
+
+}
+
+?>