Images.php
authorChris <chris@roojs.com>
Tue, 20 Aug 2013 06:30:27 +0000 (14:30 +0800)
committerChris <chris@roojs.com>
Tue, 20 Aug 2013 06:30:27 +0000 (14:30 +0800)
Images.php

index 71915bd..952ab2a 100644 (file)
@@ -237,10 +237,10 @@ class Pman_Core_Images extends Pman
     function serve($img)
     {
         $this->sessionState(0); // turn off session... - locking...
-        print_r($img);exit;
+        
         require_once 'File/Convert.php';
         if (!file_exists($img->getStoreName())) {
-            //print_r($img);exit;
+            print_r($img);exit;
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("Original file was missing : " . $img->getStoreName()));