Images.php
[Pman.Core] / Images.php
index 34bc7be..7eb5c04 100644 (file)
@@ -57,12 +57,11 @@ 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();
         //}
-        
+        print_r("test");exit;
         $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as'];
         
         $bits= explode('/', $s);
@@ -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';