Added no_empty_session_warnings as agc/options.php setting
Allowed = in get2post.php script git-svn-id: svn://192.168.202.10@2877 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ if ($qm_conf_ct > 0)
|
||||
##### END SETTINGS LOOKUP #####
|
||||
###########################################
|
||||
|
||||
$headers=preg_replace('/[^- !\$\.\_0-9a-zA-Z]/',"",$headers);
|
||||
$headers=preg_replace('/[^- !\=\$\.\_0-9a-zA-Z]/',"",$headers);
|
||||
$uniqueid=preg_replace('/[^-\.\_0-9a-zA-Z]/',"",$uniqueid);
|
||||
$type=preg_replace('/[^-\_0-9a-zA-Z]/',"",$type);
|
||||
$DB=preg_replace('/[^0-9]/',"",$DB);
|
||||
|
||||
Reference in New Issue
Block a user