From: edward Date: Thu, 31 Aug 2017 10:35:49 +0000 (+0800) Subject: commit X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cb8cd395634531996fcdd18f3b045c95f54d773e commit --- diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index 1a9452b0..2994e1bf 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -39,9 +39,6 @@ class Pman_Core_RefreshDatabaseCache extends Pman function get($args, $opts=array()) { - //print_r($opts);exit; - - // technically it would be good to trash the cached ini files here.. // however we can not really do that, as the ownships are off.. //we can however regen our own files.. diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 66e27c04..72eb6775 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -1129,10 +1129,8 @@ class Pman_Core_UpdateDatabase extends Pman { $url = "http://localhost{$this->local_base_url}/Core/RefreshDatabaseCache"; - $response = $this->curl($url); + $this->curl($url); - echo "here\n"; - print_r($response);exit; } function curl($url, $request = array(), $method = 'GET')