UpdateDatabase.php
authorEdward <edward@roojs.com>
Tue, 3 Jul 2018 09:14:08 +0000 (17:14 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Jul 2018 09:14:08 +0000 (17:14 +0800)
UpdateDatabase.php

index 1c38dd3..8cde738 100644 (file)
@@ -1193,7 +1193,10 @@ class Pman_Core_UpdateDatabase extends Pman
         // this needs to clear it's own cache along with remote one..
   
         $url = "http://localhost{$this->local_base_url}/Core/RefreshDatabaseCache";
-        $this->curl($url);
+        $response = $this->curl($url);
+        
+        print_R($response);
+        exit;
         
     }