From: Marc MAURICE Date: Sun, 12 Dec 2010 21:54:09 +0000 (+0100) Subject: Now bizou works with no plugin at all. I will add the viewer plugin. X-Git-Tag: v1.2~12 X-Git-Url: http://positon.org/gitweb/?p=bizou.git;a=commitdiff_plain;h=da7935ef842abb7abb7d9fac9ea54f704101a075 Now bizou works with no plugin at all. I will add the viewer plugin. --- diff --git a/index.php b/index.php index 2f66ac7..61f5579 100644 --- a/index.php +++ b/index.php @@ -119,9 +119,6 @@ foreach (scandir($realDir) as $file) if ($file != '.' and $file != '..') { $ext = strtolower(substr($file, -4)); if ($ext == ".jpg" or $ext == ".png") { - if (USE_VIEWER) - $link = dirname($scriptUrlPath)."/view.php$shortPath/$file"; - else $link = dirname($scriptUrlPath)."/$realDir/$file"; $imageFiles[] = array( "name" => $file, "url" => getPreview("$realDir/$file"), "link" => $link );