mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
merge devel
This commit is contained in:
@@ -29,6 +29,14 @@ if(isset($setupVars["API_QUERY_LOG_SHOW"]))
|
||||
}
|
||||
}
|
||||
|
||||
if(isset($setupVars["API_PRIVACY_MODE"]))
|
||||
{
|
||||
if($setupVars["API_PRIVACY_MODE"])
|
||||
{
|
||||
// Overwrite string from above
|
||||
$showing = "(privacy mode enabled)";
|
||||
}
|
||||
}
|
||||
?>
|
||||
<!-- Send PHP info to JS -->
|
||||
<div id="token" hidden><?php echo $token ?></div>
|
||||
|
||||
Reference in New Issue
Block a user