Changeset 782 for trunk/Common
- Timestamp:
- Jan 9, 2016, 11:10:49 AM (9 years ago)
- Location:
- trunk/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r781 r782 11 11 include_once(dirname(__FILE__).'/Table.php'); 12 12 include_once(dirname(__FILE__).'/Form/Form.php'); 13 include_once(dirname(__FILE__).'/Config.php');14 13 include_once(dirname(__FILE__).'/Setup/Setup.php'); 15 14 include_once(dirname(__FILE__).'/VCL/General.php'); -
trunk/Common/Setup/Setup.php
r780 r782 3 3 include_once(dirname(__FILE__).'/Update.php'); 4 4 include_once(dirname(__FILE__).'/DefaultConfig.php'); 5 include_once(dirname(__FILE__).'/FullInstall.php');6 include_once(dirname(__FILE__).'/Updates.php');7 5 8 6 class PageSetup extends Page
Note:
See TracChangeset
for help on using the changeset viewer.