Removed old code

This commit is contained in:
MatMasIt
2022-01-31 10:25:34 +01:00
committed by GitHub
parent 35bd438141
commit b931f12906

View File

@ -13,7 +13,6 @@ if (!function_exists('getallheaders')) {
}
$headers = getallheaders();
$f = file_get_contents($_FILES['file']['tmp_name']);
$f=explode("\n",file_get_contents("php://input"));
$AUTH="3";
file_put_contents("dump.txt",$f,FILE_APPEND);
if(trim($headers["Authorization"])!=$AUTH) echo "UNAUTHORIZED";