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

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