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 ee05eac..34257cd 100644 --- a/phpfspot_cfg.php +++ b/phpfspot_cfg.php @@ -12,7 +12,7 @@ class PHPFSPOT_CFG { var $web_path = "/phpfspot"; var $thumb_width = "150"; - + var $bubble_width = "200"; var $photo_width = "640"; var $fspot_db = "/var/www/images.netshadow.at/htdocs/phpfspot/photos.db"; |