Images.php
authorEdward <edward@roojs.com>
Mon, 2 Dec 2013 06:32:21 +0000 (14:32 +0800)
committerEdward <edward@roojs.com>
Mon, 2 Dec 2013 06:32:21 +0000 (14:32 +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);