From 2ff103a560310112864f9db3d18b57408e2e8f6e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 28 May 2012 16:47:47 +0800 Subject: [PATCH] RefreshDatabaseCache.php --- RefreshDatabaseCache.php | 50 ---------------------------------------- 1 file changed, 50 deletions(-) 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 -- 2.39.2