diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 894ba99..49f60f5 100644 --- a/www/index.php +++ b/www/index.php @@ -375,7 +375,7 @@ if (!$galerie) { - require("$root/inc/exif.inc.php"); + if ($exif) require("$root/inc/exif.inc.php"); /* Image comment really poor naming here, it is caption. */ |