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

index 7dcf014..438db09 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."));