Changeset 805 for trunk/Modules/Import/cmd.php
- Timestamp:
- May 24, 2014, 11:35:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/cmd.php
r727 r805 1 1 <?php 2 3 $_SERVER['REMOTE_ADDR'] = '127.0.0.1';4 $_SERVER['REQUEST_URI'] = __FILE__;5 6 2 7 3 include_once('../../includes/global.php'); … … 13 9 $System->Run(); 14 10 $Import = new Import($System); 15 $_SERVER['REQUEST_URI'] = __FILE__;16 11 17 12 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.