Subversion Repositories oidplus

Rev

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

Rev 1173 Rev 1207
Line 104... Line 104...
104
                var strCaptchaPlugin = e.options[e.selectedIndex].value;
104
                var strCaptchaPlugin = e.options[e.selectedIndex].value;
105
 
105
 
106
                $("#config")[0].innerHTML = '<b>&lt?php</b><br><br>' +
106
                $("#config")[0].innerHTML = '<b>&lt?php</b><br><br>' +
107
                        '<i>// To renew this file, please run setup/ in your browser.</i><br>' + // do not translate
107
                        '<i>// To renew this file, please run setup/ in your browser.</i><br>' + // do not translate
108
                        '<i>// If you don\'t want to run setup again, you can also change most of the settings directly in this file.</i><br>' + // do not translate
108
                        '<i>// If you don\'t want to run setup again, you can also change most of the settings directly in this file.</i><br>' + // do not translate
109
                        '<i>// List of possible values: doc/config_values.txt</i><br>' + // do not translate
109
                        '<i>// List of possible values: doc/config_values.md</i><br>' + // do not translate
110
                        '<br>' +
110
                        '<br>' +
111
                        'use ViaThinkSoft\\OIDplus\\OIDplus;<br>' +
111
                        'use ViaThinkSoft\\OIDplus\\OIDplus;<br>' +
112
                        '<br>' +
112
                        '<br>' +
113
                        'OIDplus::baseConfig()->setValue(\'CONFIG_VERSION\',    2.1);<br>' +
113
                        'OIDplus::baseConfig()->setValue(\'CONFIG_VERSION\',    2.1);<br>' +
114
                        '<br>' +
114
                        '<br>' +