Small typo

This commit is contained in:
DL6ER
2017-02-23 14:27:37 +01:00
parent 616213d10b
commit 8d59283d09

View File

@@ -72,7 +72,7 @@
if(isset($_GET["auth"]))
{
if($_GET["auth"] !== $pwhash)
die("Not autorized!");
die("Not authorized!");
}
else
{
@@ -86,7 +86,7 @@
if(isset($_GET["auth"]))
{
if($_GET["auth"] !== $pwhash)
die("Not autorized!");
die("Not authorized!");
}
else
{