From: edward Date: Wed, 5 Oct 2016 08:39:57 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2618c0eae5fbd5b71d345ecbd986020340a7f326;hp=3a4a9a4e4c4e75b104003f685d0bb2e371f28ea0;p=Pman.Core Images.php --- diff --git a/Images.php b/Images.php index 34bc7be3..fba51356 100644 --- a/Images.php +++ b/Images.php @@ -57,7 +57,6 @@ class Pman_Core_Images extends Pman function get($s) // determin what to serve!!!! { - print_r('test');exit; // for testing only. //if (!empty($_GET['_post'])) { // return $this->post(); @@ -222,7 +221,6 @@ class Pman_Core_Images extends Pman function serve($img) { - print_f("test??");exit; $this->sessionState(0); // turn off session... - locking... require_once 'File/Convert.php';