1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fixes #1653 - fetch

This commit is contained in:
Cameron
2016-12-28 18:51:34 -08:00
parent 3df3bc2fb4
commit 9be3da2003

View File

@@ -3388,7 +3388,7 @@ class e107
exit();
}
$regex = "/(wget |curl -o |fetch |lwp-download|onmouse)/i";
$regex = "/(wget |curl -o |lwp-download|onmouse)/i";
if(preg_match($regex,$input))
{
header('HTTP/1.0 400 Bad Request', true, 400);