From 1c0c6e5285f01cf9ee0a8c736e3dfc62c0f40047 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 19:08:59 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ConvertStyle.php b/ConvertStyle.php index 919decbb..d06c1ab7 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -19,6 +19,8 @@ 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; } -- 2.39.2