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 955a6ff..1be6325 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -8,7 +8,7 @@ class PHPFSPOT_CFG { var $web_path = "/phpfspot"; - var $thumb_width = "200"; + var $thumb_width = "150"; var $photo_width = "800"; |