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:
mattf
2017-12-28 23:11:14 +00:00
parent 55a84094f2
commit 5a7ee21e57
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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);