diff --git a/index.php b/index.php index 5edfa81c9a..2f57ba0b48 100644 --- a/index.php +++ b/index.php @@ -38,8 +38,7 @@ $htmlHeadXtra[] =' pause : 10000 }); }); - -'; +'; //set cookie for check if client browser are cookies enabled 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'); } - /** * @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 diff --git a/main/template/default/layout/main_header.tpl b/main/template/default/layout/main_header.tpl index 50bc9494f8..fbbc68cba6 100644 --- a/main/template/default/layout/main_header.tpl +++ b/main/template/default/layout/main_header.tpl @@ -4,6 +4,7 @@ {include file="default/layout/head.tpl"}
+