Changeset 922 for trunk/Application
- Timestamp:
- Feb 28, 2022, 8:53:22 AM (3 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 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'); -
trunk/Application/Version.php
r921 r922 1 1 <?php 2 2 3 $Revision = 92 1; // Subversion revision3 $Revision = 922; // Subversion revision 4 4 $DatabaseRevision = 921; // SQL structure revision 5 $ReleaseTime = strtotime('2022-02-2 4');5 $ReleaseTime = strtotime('2022-02-28');
Note:
See TracChangeset
for help on using the changeset viewer.