Changeset 595 for trunk/Application/System.php
- Timestamp:
- Nov 3, 2013, 11:39:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r593 r595 1 1 <?php 2 3 $ConfigFileName = dirname(__FILE__).'/../Config/Config.php'; 4 if(file_exists($ConfigFileName)) include_once($ConfigFileName); 2 5 3 6 include_once(dirname(__FILE__).'/../Common/Application.php');
Note:
See TracChangeset
for help on using the changeset viewer.