Changeset 498 for trunk/FileDownload.php
- Timestamp:
- Mar 3, 2013, 6:02:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FileDownload.php
r438 r498 2 2 3 3 include_once('Common/Global.php'); 4 if(array_key_exists(' Id', $_GET))4 if(array_key_exists('id', $_GET)) 5 5 { 6 6 $File = new File($Database); 7 $File->Download($_GET['Id']); 7 $File->System = &$System; 8 $File->Download($_GET['id']); 8 9 } 9 10
Note:
See TracChangeset
for help on using the changeset viewer.