summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 578d419)
raw | patch | inline | side by side (parent: 578d419)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Nov 2005 13:55:20 +0000 (13:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Nov 2005 13:55:20 +0000 (13:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1879 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 432b704a6f05db4e53cfdfad017e58fa6b6e8062..dc788d494836b7300ef1f2bd867e6f523293b553 100644 (file)
--- a/html/index.php
+++ b/html/index.php
/* Check for java script */
if(isset($_POST['javascript']) && $_POST['javascript'] == "true") {
$_SESSION['js']= TRUE;
-} else {
+}elseif(isset($_POST['javascript'])) {
$_SESSION['js']= FALSE;
}