mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
rm extraneous . from hupl config filename
This commit is contained in:
parent
59afc5373f
commit
3432903836
@ -273,7 +273,7 @@ function send_hupl_config()
|
|||||||
}
|
}
|
||||||
EOT;
|
EOT;
|
||||||
header('Content-type: application/octet-stream');
|
header('Content-type: application/octet-stream');
|
||||||
header("Content-Disposition: attachment; filename=\"$filename.\"");
|
header("Content-Disposition: attachment; filename=\"$filename\"");
|
||||||
header('Content-Length: '.strlen($content));
|
header('Content-Length: '.strlen($content));
|
||||||
print($content);
|
print($content);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user