mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 11:19:59 +01:00
Merge pull request #1892 from a1346054/fixes
Simple maintenance improvements
This commit is contained in:
@@ -13,7 +13,7 @@ if(!in_array(basename($_SERVER['SCRIPT_FILENAME']), ["settings.php", "teleporter
|
||||
die("Direct access to this script is forbidden!");
|
||||
}
|
||||
|
||||
// Check for existance of variable
|
||||
// Check for existence of variable
|
||||
// and test it only if it exists
|
||||
function istrue(&$argument) {
|
||||
if(isset($argument))
|
||||
|
||||
Reference in New Issue
Block a user