Images.php
authorAlan Knowles <alan@roojs.com>
Fri, 16 Jan 2015 05:01:06 +0000 (13:01 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Jan 2015 05:01:06 +0000 (13:01 +0800)
Images.php

index b87fdeb..62f917c 100644 (file)
@@ -55,9 +55,10 @@ class Pman_Core_Images extends Pman
     
     function get($s) // determin what to serve!!!!
     {
-        if (!empty($_GET['_post'])) {
-            return $this->post();
-        }
+        // for testing only.
+        //if (!empty($_GET['_post'])) {
+        //   return $this->post();
+        //}
         
         $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as'];