Subversion Repositories oidplus

Rev

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

Rev 784 Rev 800
Line 65... Line 65...
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() . '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() . 'vendor/emn178/js-sha3/src/sha3.js').'"></script>
70
                <script src="'.(OIDplus::webPath(__DIR__) . 'OIDplusCaptchaPluginVtsClientChallenge.js').'"></script>
70
                <script src="'.(OIDplus::webpath(__DIR__,true) . '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>'.