Subversion Repositories oidplus

Rev

Rev 648 | Rev 699 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 648 Rev 661
Line 60... Line 60...
60
 
60
 
61
        $installType = OIDplus::getInstallType();
61
        $installType = OIDplus::getInstallType();
62
 
62
 
63
        if ($installType === 'ambigous') {
63
        if ($installType === 'ambigous') {
64
                $out_stat = VNag::STATUS_UNKNOWN;
64
                $out_stat = VNag::STATUS_UNKNOWN;
65
                $out_msg  = 'Multiple version files/directories (oidplus_version.txt, .git and .svn) are existing! Therefore, the version is ambiguous!'; // do not translate
65
                $out_msg  = 'Multiple version files/directories (oidplus_version.txt, .version.php, .git and .svn) are existing! Therefore, the version is ambiguous!'; // do not translate
66
        } else if ($installType === 'unknown') {
66
        } else if ($installType === 'unknown') {
67
                $out_stat = VNag::STATUS_UNKNOWN;
67
                $out_stat = VNag::STATUS_UNKNOWN;
68
                $out_msg  = 'The version cannot be determined, and the update needs to be applied manually!'; // do not translate
68
                $out_msg  = 'The version cannot be determined, and the update needs to be applied manually!'; // do not translate
69
        } else if (($installType === 'svn-wc') || ($installType === 'git-wc')) {
69
        } else if (($installType === 'svn-wc') || ($installType === 'git-wc')) {
70
                $local_installation = OIDplus::getVersion();
70
                $local_installation = OIDplus::getVersion();