X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=RefreshDatabaseCache.php;h=2994e1bfeaa552f33dc4fce4376a938cc7f15895;hp=7b88e83e4087cbeeb0fb606612d48cf30301a673;hb=443623f47935eb52acd65a3ff0d84eab1fd5a98b;hpb=a514a597328247ad4c6eb3ee7750d1c1fcca9a0a diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index 7b88e83e..2994e1bf 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -9,13 +9,17 @@ * */ require_once 'Pman.php'; + class Pman_Core_RefreshDatabaseCache extends Pman { static $cli_desc = "Refresh the database schema cache"; var $cli = false; - function getAuth() { - + function getAuth() + { + if($_SERVER['HTTP_HOST'] == 'localhost'){ + return true; + } $ff = HTML_FlexyFramework::get(); if (!empty($ff->cli)) { @@ -35,17 +39,16 @@ 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.. //DB_DataObject::debugLevel(1); //HTML_FlexyFramework::get()->debug = 1; + HTML_FlexyFramework::get()->generateDataobjectsCache(true); - die("done!"); + $this->jok('DONE'); + } } \ No newline at end of file