Improvement to get the workspace info in the user authentication
- Now only once time per day get the workspace info
This commit is contained in:
@@ -213,7 +213,7 @@ class serverConf {
|
||||
|
||||
/**
|
||||
* Will return a list of all WS in this system and their related information.
|
||||
* @uses getWorkspaceInfo
|
||||
* @uses getWSList
|
||||
* param
|
||||
* @return array
|
||||
*/
|
||||
@@ -226,7 +226,6 @@ class serverConf {
|
||||
if (($file != ".") && ($file != "..")) {
|
||||
if (file_exists ( PATH_DB . $file . '/db.php' )) { //print $file."/db.php <hr>";
|
||||
$statusl = ($this->isWSDisabled ( $file )) ? 'DISABLED' : 'ENABLED';
|
||||
//$wsInfo = $this->getWorkspaceInfo ( $file );
|
||||
if(isset($this->aWSinfo[$file])){
|
||||
$wsInfo = $this->aWSinfo[$file];
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user