Images.php
authorEdward <edward@roojs.com>
Tue, 18 Mar 2014 06:05:14 +0000 (14:05 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Mar 2014 06:05:14 +0000 (14:05 +0800)
Images.php

index 41a5de7..e931add 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);