From 03de6c7ca479051eb83bed798825b453aae9b697 Mon Sep 17 00:00:00 2001 From: jimmacfx Date: Wed, 26 Sep 2007 08:45:39 +0000 Subject: duh. actually make it smart about exif support git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@24 4fa712ea-3c06-0410-9261-c11b4c06c003 --- www/inc/config.inc.php | 2 -- www/index.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'www') diff --git a/www/inc/config.inc.php b/www/inc/config.inc.php index 3162a36..14e8ad8 100644 --- a/www/inc/config.inc.php +++ b/www/inc/config.inc.php @@ -44,8 +44,6 @@ $scnamegallery = "Photo Gallery Index"; // initialy not as lovely $app["url"] = "http://jimmac.musichall.cz/original.php3"; $app["version"] = "0.12pre"; - // unset if you don't have EXIF in your PHP - $exif = 1; $exif_show = array("DateTime"=>__("Time Taken"), "Make"=>__("Camera Manufacturer"), "Model"=>__("Camera Model"), 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. */ -- cgit v1.2.3