diff options
Diffstat (limited to 'phpfspot_cfg.php')
-rw-r--r-- | phpfspot_cfg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_cfg.php b/phpfspot_cfg.php index 1be6325..f01955c 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -17,7 +17,7 @@ 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; + var $thumbs_per_row = 4; } |