Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -66,6 +66,11 @@ $sTopAction=getAction();
@@ -66,6 +66,11 @@ $sTopAction=getAction();
// ------ action
// ------ action
$oUser=new user();
$oUser=new user();
 
if (isset($aConfig["auth"]['forceuser']) && $aConfig["auth"]['forceuser']){
 
$oCLog->add("Found config -> auth -> forceuser: using fake identity [".$aConfig["auth"]['forceuser'].']', "warning");
 
$oUser->setUser($aConfig["auth"]['forceuser']);
 
}
 
if ($oUser->hasPermission('page_'.$sAction)){
if ($oUser->hasPermission('page_'.$sAction)){
$sActionFile = __DIR__ . '/pages/act_' . $sAction . ".php";
$sActionFile = __DIR__ . '/pages/act_' . $sAction . ".php";
Loading