Changeset 805 for trunk/Modules/Export/ProcessAoWoWExport.php
- Timestamp:
- May 24, 2014, 11:35:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/ProcessAoWoWExport.php
r737 r805 2 2 3 3 ini_set('memory_limit', '100M'); 4 5 $_SERVER['REMOTE_ADDR'] = '127.0.0.1';6 $_SERVER['REQUEST_URI'] = __FILE__;7 4 8 5 include_once('../../includes/global.php'); … … 14 11 $System->DoNotShowPage = true; 15 12 $System->Run(); 16 17 $_SERVER['REQUEST_URI'] = __FILE__;18 13 19 14 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.