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 e799761..71e0192 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -13,7 +13,7 @@ class PHPFSPOT_CFG { var $thumb_width = "150"; - var $photo_width = "800"; + var $photo_width = "640"; var $db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db"; |