commit
authoredward <edward@roojs.com>
Thu, 31 Aug 2017 10:35:49 +0000 (18:35 +0800)
committeredward <edward@roojs.com>
Thu, 31 Aug 2017 10:35:49 +0000 (18:35 +0800)
RefreshDatabaseCache.php
UpdateDatabase.php

index 1a9452b..2994e1b 100644 (file)
@@ -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..
index 66e27c0..72eb677 100644 (file)
@@ -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')