aboutsummaryrefslogtreecommitdiff
path: root/action.php
diff options
context:
space:
mode:
authorroot2014-10-01 00:43:34 +0200
committerroot2014-10-01 00:43:34 +0200
commit7075c0b8519cc6b3c8e4a53dddf78f7ded598456 (patch)
tree820d2dacdd0dc6cf5f3e625107e0ceb599752176 /action.php
parent27bc0fe2182afafee830bda8b161f67282f631c8 (diff)
downloadjungegemeinde-7075c0b8519cc6b3c8e4a53dddf78f7ded598456.tar.gz
cache buster, more glyphicons, improved caching
Diffstat (limited to 'action.php')
-rw-r--r--action.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/action.php b/action.php
index 2f1bb58..86129ae 100644
--- a/action.php
+++ b/action.php
@@ -1,7 +1,8 @@
<?php
if ( ! isset($_GET["page"]) || $_GET["page"] != "action" ){
header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found");
- ob_clean();
+ $_GET["page"] = "404";
+ require 'index.php';
exit;
}
@@ -11,6 +12,7 @@ if ( ! isset($_GET["task"]) || $_GET["task"] == "" ){
ob_clean();
exit;
}
+$cache = false;
switch($_GET["task"]){
case("login"):