Ignore:
Timestamp:
Jan 17, 2016, 12:10:35 PM (8 years ago)
Author:
chronos
Message:
  • Renamed: .htaccess file is different for each installation so provide just example in .htacces.sample file.
  • Renamed: File global.php and system.php to first uppercase letter for naming unification.
  • Modified: More translatable strings.
  • Added: Translation group items translatable.
  • Renamed: admin directory is not Application directory where all application related files should be placed.

This is different to includes directory where just general libraries should be placed.
Version.php file should be located in Application directory.

File:
1 edited

Legend:

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

    r838 r848  
    33ini_set('memory_limit', '100M');
    44
    5 include_once('../../includes/global.php');
     5include_once('../../includes/Global.php');
    66//include_once('../../includes/dbc.php');
    77include_once('Export.php');
Note: See TracChangeset for help on using the changeset viewer.