remove some white space

This commit is contained in:
Uwe Steinmann 2017-01-01 14:46:57 +01:00
parent 9e0ca7cb5f
commit 4709e98429

View File

@ -33,7 +33,7 @@ if (isset($_REQUEST["hash"]) && strlen($_REQUEST["hash"])>0) {
$hash = $_REQUEST["hash"];
} else {
header("Location: ../out/out.Login.php");
exit;
exit;
}
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));