UpdateDatabase.php
authorEdward <edward@roojs.com>
Thu, 5 Jul 2018 02:28:01 +0000 (10:28 +0800)
committerEdward <edward@roojs.com>
Thu, 5 Jul 2018 02:28:01 +0000 (10:28 +0800)
UpdateDatabase.php

index 7062849..285c904 100644 (file)
@@ -1194,6 +1194,10 @@ class Pman_Core_UpdateDatabase extends Pman
   
         $url = "http://localhost{$this->local_base_url}/Core/RefreshDatabaseCache";
         $response = $this->curl($url);
+        print_R($response);exit;
+        if(empty($response) || $response != 'DONE'){
+            
+        }
         
     }