Subversion Repositories oidplus

Rev

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

Rev 619 Rev 635
Line 17... Line 17...
17
 
17
 
18
// DEFAULT_LANGUAGE will be set by setup.js.php
18
// DEFAULT_LANGUAGE will be set by setup.js.php
19
// language_messages will be set by setup.js.php
19
// language_messages will be set by setup.js.php
20
// language_tblprefix will be set by setup.js.php
20
// language_tblprefix will be set by setup.js.php
21
 
21
 
22
min_password_length = 10; // see also plugins/publicPages/092_forgot_password_admin/script.js
22
min_password_length = 10; // see also plugins/viathinksoft/publicPages/092_forgot_password_admin/script.js
23
password_salt_length = 10;
23
password_salt_length = 10;
24
 
24
 
25
function btoa(bin) {
25
function btoa(bin) {
26
        var tableStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
26
        var tableStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
27
        var table = tableStr.split("");
27
        var table = tableStr.split("");
Line 228... Line 228...
228
        checkAccess("userdata/index.html");
228
        checkAccess("userdata/index.html");
229
        checkAccess("res/ATTENTION.TXT");
229
        checkAccess("res/ATTENTION.TXT");
230
        checkAccess("dev/index.html");
230
        checkAccess("dev/index.html");
231
        checkAccess("includes/index.html");
231
        checkAccess("includes/index.html");
232
        checkAccess("setup/includes/index.html");
232
        checkAccess("setup/includes/index.html");
233
        //checkAccess("plugins/publicPages/100_whois/whois/cli/index.html");
233
        //checkAccess("plugins/viathinksoft/publicPages/100_whois/whois/cli/index.html");
234
}
234
}
235
 
235
 
236
function setupOnLoad() {
236
function setupOnLoad() {
237
        rebuild();
237
        rebuild();
238
        dbplugin_changed();
238
        dbplugin_changed();