summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r--phpfspot_cfg.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php
index b833b99..955a6ff 100644
--- a/phpfspot_cfg.php
+++ b/phpfspot_cfg.php
@@ -17,6 +17,8 @@ class PHPFSPOT_CFG {
var $path_replace_from = "/home/unki";
var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
+ var $thumbs_per_row = 3;
+
}
?>