Changeset 618 for trunk/includes/global.php
- Timestamp:
- Dec 4, 2013, 12:39:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r615 r618 11 11 include_once(dirname(__FILE__).'/AppModule.php'); 12 12 include_once(dirname(__FILE__).'/Locale.php'); 13 $Locale = new Locale();14 $Locale->Dir = dirname(__FILE__).'/../locale';15 $Locale->Load($Config['Web']['Locale']);16 13 17 14 // Include application modules
Note:
See TracChangeset
for help on using the changeset viewer.