Changeset 746 for trunk/Common/Global.php
- Timestamp:
- Sep 10, 2015, 10:10:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r738 r746 6 6 $Database = NULL; 7 7 8 include_once(dirname(__FILE__).'/VarDumper.php');9 8 include_once(dirname(__FILE__).'/Base.php'); 10 9 include_once(dirname(__FILE__).'/AppModule.php'); 11 include_once(dirname(__FILE__).'/Database.php');12 include_once(dirname(__FILE__).'/UTF8.php');13 include_once(dirname(__FILE__).'/Mail.php');14 10 include_once(dirname(__FILE__).'/Page.php'); 15 11 include_once(dirname(__FILE__).'/Table.php'); … … 17 13 include_once(dirname(__FILE__).'/Config.php'); 18 14 include_once(dirname(__FILE__).'/Setup/Setup.php'); 19 include_once(dirname(__FILE__).'/ PrefixMultiplier.php');20 include_once(dirname(__FILE__).'/ NetworkAddress.php');15 include_once(dirname(__FILE__).'/../Packages/Package.php'); 16 include_once(dirname(__FILE__).'/../Packages/Common/Common.php'); 21 17 include_once(dirname(__FILE__).'/VCL/General.php'); 22 18 include_once(dirname(__FILE__).'/VCL/Database.php');
Note:
See TracChangeset
for help on using the changeset viewer.