ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 08:34:13 +0000 (16:34 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 08:34:13 +0000 (16:34 +0800)
ConvertStyle.php

index 68952af..706e9bf 100644 (file)
@@ -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