Subversion Repositories oidplus

Rev

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

Rev 1206 Rev 1266
Line 56... Line 56...
56
                        $handled = true;
56
                        $handled = true;
57
                        $out['title'] = _L('System file check');
57
                        $out['title'] = _L('System file check');
58
                        $out['icon']  = OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png';
58
                        $out['icon']  = OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png';
59
 
59
 
60
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
60
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
61
                                throw new OIDplusHtmlException(_L('You need to <a %1>log in</a> as administrator.',OIDplus::gui()->link('oidplus:login$admin')), $out['title']);
61
                                throw new OIDplusHtmlException(_L('You need to <a %1>log in</a> as administrator.',OIDplus::gui()->link('oidplus:login$admin')), $out['title'], 401);
62
                        }
62
                        }
63
 
63
 
64
                        $out['text'] = '<p>'._L('This tool compares the checksums of the files of your OIDplus installation with the checksums of the OIDplus original SVN version.').'<br>';
64
                        $out['text'] = '<p>'._L('This tool compares the checksums of the files of your OIDplus installation with the checksums of the OIDplus original SVN version.').'<br>';
65
                        $out['text'] .= _L('Differences could have various reasons, for example, a hotfix you have applied.').'<br>';
65
                        $out['text'] .= _L('Differences could have various reasons, for example, a hotfix you have applied.').'<br>';
66
                        $out['text'] .= _L('The folders "userdata" and "userdata_pub" as well as third-party-plugins (folder "plugins" excluding "viathinksoft") are not listed.').'</p>';
66
                        $out['text'] .= _L('The folders "userdata" and "userdata_pub" as well as third-party-plugins (folder "plugins" excluding "viathinksoft") are not listed.').'</p>';