Ignore:
Timestamp:
Jan 9, 2014, 1:18:22 AM (10 years ago)
Author:
maron
Message:
  • Fixed: Aowow update bad address.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/ProcessAoWoWExport.php

    r650 r737  
    33ini_set('memory_limit', '100M');
    44
    5 $_SERVER['REMOTE_ADDR'] = 'localhost';
    6 $_SERVER['REQUEST_URI'] = '127.0.0.1';
     5$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
     6$_SERVER['REQUEST_URI'] = __FILE__;
    77
    88include_once('../../includes/global.php');
Note: See TracChangeset for help on using the changeset viewer.