Added PHP input form variable filters
git-svn-id: svn://192.168.202.10@3566 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -64,6 +64,7 @@ if (isset($_GET["download_type"])) {$download_type=$_GET["download_type"];}
|
||||
|
||||
if (strlen($shift)<2) {$shift='ALL';}
|
||||
if ($group_id=='SYSTEM_INTERNAL') {$download_type='systemdnc';}
|
||||
$DB=preg_replace("/[^0-9a-zA-Z]/","",$DB);
|
||||
|
||||
$report_name = 'Download List';
|
||||
$db_source = 'M';
|
||||
|
||||
Reference in New Issue
Block a user