File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11b41e07ec10d99cc5f9a83db7c3488e6e composer.lock
2- fa1d69305f1f8776af6988b424c9a135 include/checksum/md5
2+ c328c28469c3af67ee8d36bc363c0118 include/checksum/md5
33d7f7e3d45fa8602bec28e7a51c902110 include/cron/exec.php
4468b329da9893e34099c7d8ad5cb9c940 include/cron/index.html
5568b329da9893e34099c7d8ad5cb9c940 include/index.html
Original file line number Diff line number Diff line change @@ -1409,6 +1409,16 @@ private function _getCurrentVersion()
14091409 return $ sVersion ;
14101410 }
14111411
1412+ $ newFile = PHPFOX_DIR_SETTING . 'version.sett.php ' ;
1413+ if (file_exists ($ newFile )) {
1414+ $ object = (object ) require ($ newFile );
1415+ if (isset ($ object ->version )) {
1416+ $ sVersion = $ object ->version ;
1417+
1418+ return $ sVersion ;
1419+ }
1420+ }
1421+
14121422 $ bIsLegacy = true ;
14131423 if (file_exists (PHPFOX_DIR . 'include ' . PHPFOX_DS . 'setting ' . PHPFOX_DS . 'server.sett.php ' ))
14141424 {
You can’t perform that action at this time.
0 commit comments