Merge pull request #1892 from a1346054/fixes

Simple maintenance improvements
This commit is contained in:
Adam Warner
2021-09-29 21:17:25 +01:00
committed by GitHub
15 changed files with 41 additions and 41 deletions

View File

@@ -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))