From 789a9d2629fd0f40d951444e9bf68a552e391cd9 Mon Sep 17 00:00:00 2001 From: jimmacfx Date: Wed, 26 Sep 2007 08:15:05 +0000 Subject: Remove metacam and jhead exif support, mainly due to a possible exploit. git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@20 4fa712ea-3c06-0410-9261-c11b4c06c003 --- www/index.php | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php index ad143ad..894ba99 100644 --- a/www/index.php +++ b/www/index.php @@ -36,13 +36,6 @@ $cmnt=''; if (isset($_GET["cmnt"])) $cmnt=$_GET["cmnt"]; $show_thumbs=''; if (isset($_GET["show_thumbs"])) $show_thumbs=$_GET["show_thumbs"]; -$exif_style=''; -if (isset($_GET["exif_style"])) $exif_style=$_GET["exif_style"]; - -/* -if(!$exif_style) { - $exif_style="descriptive"; -} */ $page = new C_www; //default colors @@ -329,7 +322,7 @@ if (!$galerie) { if ($show_thumbs) { print "\n\n
"; print ""; + print "\">"; print "\n"; print " : \n"; while ($thumbfile = $imgfiles->read()) { @@ -367,7 +360,7 @@ if (!$galerie) { // show the popup button print "\n\n
"; print ""; print "\n"; print "
\n"; @@ -382,7 +375,7 @@ if (!$galerie) { - if ($exif_prog) require("$root/inc/exif.inc.php"); + require("$root/inc/exif.inc.php"); /* Image comment really poor naming here, it is caption. */ -- cgit v1.2.3