DataObjects/pman.links.ini
[Pman.Core] / Images.php
index 897dfd1..65266fc 100644 (file)
@@ -54,7 +54,7 @@ class Pman_Core_Images extends Pman
     var $method = 'inline';
     
     function get($s) // determin what to serve!!!!
-    {print_r('run');exit;
+    {
         $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as'];
         
         $bits= explode('/', $s);
@@ -172,7 +172,7 @@ class Pman_Core_Images extends Pman
         
        
         $img = DB_DataObjecT::factory('Images');
-        
+         
         if (!$id || !$img->get($id)) {
              
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .