ConvertStyle.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 05:29:13 +0000 (13:29 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 05:29:13 +0000 (13:29 +0800)
ConvertStyle.php

index ef64495..d6530bf 100644 (file)
@@ -25,7 +25,7 @@ class Pman_Core_ConvertStyle extends Pman
         }
         
         $ui = parse_url($base);
-        
+        print_r($ui);exit;
         if (substr($url,0,2) == '//') {
             return $ui['scheme'] .':' .  $url;
         }