Changeset 533 for trunk/Common/Global.php
- Timestamp:
- Apr 24, 2013, 10:10:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r532 r533 14 14 include_once(dirname(__FILE__).'/AppModule.php'); 15 15 include_once(dirname(__FILE__).'/Database.php'); 16 include_once(dirname(__FILE__).'/ Code.php');16 include_once(dirname(__FILE__).'/UTF8.php'); 17 17 include_once(dirname(__FILE__).'/System.php'); 18 18 include_once(dirname(__FILE__).'/Mail.php'); 19 19 include_once(dirname(__FILE__).'/Page.php'); 20 20 include_once(dirname(__FILE__).'/Form/Form.php'); 21 include_once(dirname(__FILE__).'/../ form_classes.php');21 include_once(dirname(__FILE__).'/../FormClasses.php'); 22 22 23 23 // Application modules
Note:
See TracChangeset
for help on using the changeset viewer.