From 2b0c7c4b9751e7a6ba9068b911a6afc6c9705605 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 14:48:34 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 52611e03..a9fcc28b 100644 --- a/Images.php +++ b/Images.php @@ -171,7 +171,7 @@ class Pman_Core_Images extends Pman function post() { - print_r('run???');exit; + if (!$this->authUser) { $this->jerr("image conversion only allowed by registered users"); } -- 2.39.2