File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11b41e07ec10d99cc5f9a83db7c3488e6e composer.lock
2- c328c28469c3af67ee8d36bc363c0118 include/checksum/md5
2+ 4a9c6ab53e754a0953a0a47a724f826b 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 @@ -136,7 +136,10 @@ class Phpfox_Installer
136136
137137 '4.0.0rc1 ' ,
138138 '4.0.0rc2 ' ,
139- '4.0.0 '
139+ '4.0.0 ' ,
140+ '4.0.1 ' ,
141+ '4.0.2 ' ,
142+ '4.0.3 '
140143 );
141144
142145 private $ _sTempDir = '' ;
@@ -1409,7 +1412,7 @@ private function _getCurrentVersion()
14091412 return $ sVersion ;
14101413 }
14111414
1412- $ newFile = PHPFOX_DIR_SETTING . 'version.sett.php ' ;
1415+ $ newFile = PHPFOX_DIR_SETTINGS . 'version.sett.php ' ;
14131416 if (file_exists ($ newFile )) {
14141417 $ object = (object ) require ($ newFile );
14151418 if (isset ($ object ->version )) {
You can’t perform that action at this time.
0 commit comments