if(isset($_REQUEST["showpic"])) {
// show the pic requested...
- if(preg_match("/.*\\+.*/", $_REQUEST["showpic"])) {
+ if(preg_match("/.*\/+.*/", $_REQUEST["showpic"])) {
header("Status: 403 i dont think so");
error_log("throwing 403");
return;
}
} else if(isset($_REQUEST["showtmp"])) {
// nothing yet
- if(preg_match("/.*\\+.*/", $_REQUEST["showtmp"])) {
+ if(preg_match("/.*\/+.*/", $_REQUEST["showtmp"])) {
error_log("throwing 403");
header("Status: 403 i dont think so");
return;