mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 18:29:43 +01:00
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:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user