From: Edward Date: Wed, 19 Feb 2014 08:34:13 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5d83760b6a765d95eed872ae9d6b53088f3330f0 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 68952af5..706e9bf3 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -51,13 +51,13 @@ class Pman_Core_ConvertStyle extends Pman function post() { - - + // Import from URL if(isset($_REQUEST['importUrl'])) { $this->checkHeader($_REQUEST['importUrl']); $data = $this->convertStyle($_REQUEST['importUrl'], ''); $this->jok($data); + } // Import from file