Images.php
[Pman.Core] / 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';