From: Edward Date: Mon, 30 Jul 2018 03:46:02 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2992712537d64d6ad9a77afd4169dd56fe3df8b1 Images.php --- diff --git a/Images.php b/Images.php index 252cd249..e6da138a 100644 --- a/Images.php +++ b/Images.php @@ -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; }