Images.php
authorEdward <edward@roojs.com>
Thu, 21 Nov 2013 08:50:20 +0000 (16:50 +0800)
committerEdward <edward@roojs.com>
Thu, 21 Nov 2013 08:50:20 +0000 (16:50 +0800)
Images.php

index 65266fc..e776d10 100644 (file)
@@ -55,6 +55,7 @@ class Pman_Core_Images extends Pman
     
     function get($s) // determin what to serve!!!!
     {
+        print_r($s);exit;
         $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as'];
         
         $bits= explode('/', $s);