Skip to content
Snippets Groups Projects

fix loop over config with missing regex section.

Merged Hahn Axel (hahn) requested to merge add-docker into master
2 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
1
@@ -54,7 +54,12 @@ function getId($sDomain){
// ----------------------------------------------------------------------
if (!$oR->isEnabled()){
$sHtml.='<div class="error">Admin is disabled.</div>';
$sHtml.='<div class="content">
<h3>Nothing to see here.</h3>
<div class="error">
The Admin interface is disabled.
</div>
</div>';
} else {
Loading