Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 08:39:57 +0000 (16:39 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 08:39:57 +0000 (16:39 +0800)
Images.php

index 34bc7be..fba5135 100644 (file)
@@ -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';