From 2992712537d64d6ad9a77afd4169dd56fe3df8b1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 30 Jul 2018 11:46:02 +0800 Subject: [PATCH] Images.php --- Images.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.2