make id names unique, ...* (#1170)

* - remove unneeded code
- fix php notice in log if url parameter 'type' is not set

Signed-off-by: Th3M3 the_me@outlook.de
This commit is contained in:
TheME
2020-02-21 21:04:51 +01:00
committed by GitHub
parent f13c52fc16
commit 9fde58d7e0
5 changed files with 217 additions and 186 deletions

View File

@@ -428,7 +428,7 @@ if($auth) {
</div>
<!-- sidebar menu: : style can be found in sidebar.less -->
<?php
if($scriptname === "groups-domains.php")
if($scriptname === "groups-domains.php" && isset($_GET['type']))
{
if($_GET["type"] === "white")
{