Images.php
authoredward <edward@roojs.com>
Tue, 16 Feb 2016 08:14:41 +0000 (16:14 +0800)
committeredward <edward@roojs.com>
Tue, 16 Feb 2016 08:14:41 +0000 (16:14 +0800)
Images.php

index 438db09..7dcf014 100644 (file)
@@ -154,7 +154,7 @@ class Pman_Core_Images extends Pman
                 urlencode("image has been removed or deleted."));
             
         }
-        
+        print_R($img);exit;
         if(!$this->hasPermission($img)){
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("access to this image/file has been denied."));