Changeset 779 for trunk/Common/Global.php
- Timestamp:
- Jan 6, 2016, 11:01:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r746 r779 6 6 $Database = NULL; 7 7 8 include_once(dirname(__FILE__).'/ Base.php');9 include_once(dirname(__FILE__).'/ AppModule.php');8 include_once(dirname(__FILE__).'/../Packages/Package.php'); 9 include_once(dirname(__FILE__).'/../Packages/Common/Common.php'); 10 10 include_once(dirname(__FILE__).'/Page.php'); 11 11 include_once(dirname(__FILE__).'/Table.php'); … … 13 13 include_once(dirname(__FILE__).'/Config.php'); 14 14 include_once(dirname(__FILE__).'/Setup/Setup.php'); 15 include_once(dirname(__FILE__).'/../Packages/Package.php');16 include_once(dirname(__FILE__).'/../Packages/Common/Common.php');17 15 include_once(dirname(__FILE__).'/VCL/General.php'); 18 16 include_once(dirname(__FILE__).'/VCL/Database.php');
Note:
See TracChangeset
for help on using the changeset viewer.