Images.php
authorEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:46:02 +0000 (11:46 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:46:02 +0000 (11:46 +0800)
Images.php

index 252cd24..e6da138 100644 (file)
@@ -203,10 +203,11 @@ class Pman_Core_Images extends Pman
         
         
         if(!$this->hasPermission($img)){
+            print_r('no permission');exit;
             $this->imgErr("access to this image/file has been denied.",$s);
             
         }
-        
+        print_R($img);exit;
         $this->serve($img);
         exit;
     }