From: Edward Date: Wed, 19 Feb 2014 11:11:46 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=def3cb56ad1d697488102f4b07050f67317c117a ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index d06c1ab7..31ee1c30 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -18,9 +18,7 @@ class Pman_Core_ConvertStyle extends Pman } function relPath($base, $url) - { - print_r($base); - print_r($url);exit; + { if (preg_match('/^(http|https|mailto):/',$url)) { return $url; }