Subversion Repositories oidplus

Rev

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

Rev 800 Rev 801
Line 63... Line 63...
63
                function oidplus_captcha_reset() {
63
                function oidplus_captcha_reset() {
64
                        return OIDplusCaptchaPluginVtsClientChallenge.captchaReset(true);
64
                        return OIDplusCaptchaPluginVtsClientChallenge.captchaReset(true);
65
                }
65
                }
66
                </script>
66
                </script>
67
 
67
 
68
                <script src="'.(OIDplus::webPath() . 'vendor/components/jquery/jquery.min.js').'"></script>
68
                <script src="'.(OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL) . 'vendor/components/jquery/jquery.min.js').'"></script>
69
                <script src="'.(OIDplus::webPath() . 'vendor/emn178/js-sha3/src/sha3.js').'"></script>
69
                <script src="'.(OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL) . 'vendor/emn178/js-sha3/src/sha3.js').'"></script>
70
                <script src="'.(OIDplus::webpath(__DIR__,true) . 'OIDplusCaptchaPluginVtsClientChallenge.js').'"></script>
70
                <script src="'.(OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE) . 'OIDplusCaptchaPluginVtsClientChallenge.js').'"></script>
71
                '; // we include OIDplusCaptchaPluginVtsClientChallenge.js not via manifest.xml, otherwise oobe.php would not work
71
                '; // we include OIDplusCaptchaPluginVtsClientChallenge.js not via manifest.xml, otherwise oobe.php would not work
72
        }
72
        }
73
 
73
 
74
        public function captchaGenerate($header_text=null, $footer_text=null) {
74
        public function captchaGenerate($header_text=null, $footer_text=null) {
75
                return '<noscript>'.
75
                return '<noscript>'.