diff options
| author | root | 2014-09-26 00:12:01 +0200 |
|---|---|---|
| committer | root | 2014-09-26 00:12:01 +0200 |
| commit | bde71668e1b64f57e4cd3d45703e8a488b1de957 (patch) | |
| tree | a23d671ce1f59a6b46f9461e347061d97095039e /index.php | |
| parent | 3c8bee64793332bf3fda6af3c57d881636ec35d6 (diff) | |
| download | jungegemeinde-bde71668e1b64f57e4cd3d45703e8a488b1de957.tar.gz | |
improvements
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ if ( isset($_SESSION["loggedin"]) && $_SESSION["loggedin"]){ $a = "0_"; } -if ( $_SERVER["REQUEST_METHOD"] == "GET" && $_SERVER["REDIRECT_STATUS"] == 200 && strpos($_SERVER["QUERY_STRING"], "account") === false ) { +if ( $_SERVER["REQUEST_METHOD"] == "GET" && $_SERVER["REDIRECT_STATUS"] == 200 && strpos($_SERVER["QUERY_STRING"], "account") === false && strpos($_SERVER["QUERY_STRING"], "logout") === false) { $token = $c->getToken($_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]. $_SERVER["QUERY_STRING"], $a); if ( $c->exists($token)){ header("X-Cache: Hit"); @@ -47,10 +47,10 @@ $user = new jg($u); echo "<style>" . file_get_contents('static/style.min.css');?> .dl-horizontal dt{white-space: normal;} .btn-info{background-color:#3083D6;} .img-responsive{margin: 0 auto;} @-moz-document url-prefix() { fieldset { display: table-cell; } }</style> + <noscript><style>.navbar{margin-bottom:0;}</style></noscript> <title>Junge Gemeinde Adlershof</title> <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <noscript><style>.navbar{margin-bottom:0;}</style></noscript> </head> <?php require_once 'static/header.php'; |
