Remove traces of leftover API_PRIVACY_MODE

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2021-10-26 19:47:31 +02:00
parent ae17a48bf7
commit b5d9908bb5
2 changed files with 0 additions and 16 deletions
-9
View File
@@ -75,15 +75,6 @@ else
$showall = true;
}
if(isset($setupVars["API_PRIVACY_MODE"]))
{
if($setupVars["API_PRIVACY_MODE"])
{
// Overwrite string from above
$showing .= ", privacy mode enabled";
}
}
if(strlen($showing) > 0)
{
$showing = "(".$showing.")";
-7
View File
@@ -185,13 +185,6 @@ if (isset($setupVars["API_QUERY_LOG_SHOW"])) {
$queryLog = "all";
}
// Privacy Mode
if (isset($setupVars["API_PRIVACY_MODE"])) {
$privacyMode = $setupVars["API_PRIVACY_MODE"];
} else {
$privacyMode = false;
}
?>
<?php