MTrackWeb/Image.php
authorAlan Knowles <alan@akkbhome.com>
Mon, 11 Apr 2011 14:33:53 +0000 (22:33 +0800)
committerAlan Knowles <alan@akkbhome.com>
Mon, 11 Apr 2011 14:33:53 +0000 (22:33 +0800)
MTrackWeb/Image.php

index fdcf5c8..68e1f67 100644 (file)
@@ -77,6 +77,11 @@ class Pman_Images extends Pman
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("image with id does not exist, or is invalid"));
         }
+        
+        
+        
+        die("fixme");
+        
         $this->serve($img);
         exit;
     }