aboutsummaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index 49f60f5..92b3a3f 100644
--- a/www/index.php
+++ b/www/index.php
@@ -375,7 +375,7 @@ if (!$galerie) {
- if ($exif) require("$root/inc/exif.inc.php");
+ if (function_exists(exif_read_data)) require("$root/inc/exif.inc.php");
/* Image comment
really poor naming here, it is caption.
*/