Changeset 922 for trunk/Application/Core.php
- Timestamp:
- Feb 28, 2022, 8:53:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r915 r922 3 3 $ConfigFileName = dirname(__FILE__).'/../Config/Config.php'; 4 4 if (file_exists($ConfigFileName)) include_once($ConfigFileName); 5 else 6 { 7 $ConfigFileName = '/etc/isp-central/Config.php'; 8 if (file_exists($ConfigFileName)) include_once($ConfigFileName); 9 } 5 10 6 11 include_once(dirname(__FILE__).'/Version.php');
Note:
See TracChangeset
for help on using the changeset viewer.