From: Chris Date: Mon, 28 May 2012 08:47:47 +0000 (+0800) Subject: RefreshDatabaseCache.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2ff103a560310112864f9db3d18b57408e2e8f6e RefreshDatabaseCache.php --- diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index c9ddc410..8b137891 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -1,51 +1 @@ -cli)) { - $this->cli = true; - return true; - } - parent::getAuth(); // load company! - $au = $this->getAuthUser(); - if (!$au || $au->company()->comptype != 'OWNER') { - $this->jerr("Not authenticated", array('authFailure' => true)); - } - $this->authUser = $au; - return true; - - - } - - function get($args, $opts) - { - //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!"); - } - -} \ No newline at end of file