|
|
|
@ -38,8 +38,7 @@ $htmlHeadXtra[] =' |
|
|
|
pause : 10000 |
|
|
|
pause : 10000 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script>'; |
|
|
|
<noscript>'.get_lang("NoJavascript").'</noscript>'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//set cookie for check if client browser are cookies enabled |
|
|
|
//set cookie for check if client browser are cookies enabled |
|
|
|
setcookie("TestCookie", "cookies_yes", time()+3600); |
|
|
|
setcookie("TestCookie", "cookies_yes", time()+3600); |
|
|
|
@ -86,7 +85,6 @@ if (!api_get_user_id() && api_get_setting('use_custom_pages') == 'true' ){ |
|
|
|
CustomPages::displayPage('index-unlogged'); |
|
|
|
CustomPages::displayPage('index-unlogged'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @todo This piece of code should probably move to local.inc.php where the actual login procedure is handled. |
|
|
|
* @todo This piece of code should probably move to local.inc.php where the actual login procedure is handled. |
|
|
|
* @todo Check if this code is used. I think this code is never executed because after clicking the submit button |
|
|
|
* @todo Check if this code is used. I think this code is never executed because after clicking the submit button |
|
|
|
|