From: Edward Date: Fri, 21 Feb 2014 05:29:13 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ea74ce566f2019d24eb85d934e61c2626dacf493 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index ef644954..d6530bf2 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -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; }