Give some more details on teleporter failure

This commit is contained in:
DL6ER
2017-02-09 15:25:25 +01:00
parent 37c5e9831a
commit 279ea1b18b

View File

@@ -77,7 +77,7 @@ if($_POST["action"] == "in")
$continue = strtolower($name[1]) == 'zip' ? true : false;
if(!$continue || !$okay) {
die("The file you are trying to upload is not a .zip file. Please try again.");
die("The file you are trying to upload is not a .zip file (filename: ".$filename.", type: ".$type."). Please try again.");
}
$zip = new ZipArchive();