Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2019-02-01 17:30:58 +0000
committerEike Stepper2019-02-01 17:30:58 +0000
commitc647deb12b21ba9321fbcccc168c0ffa44c74188 (patch)
tree1131fdf348c52f9b763ee572e91120cf88a831d6
parent7f638168448dc47922a9c453b3e33d37c06bf165 (diff)
downloadcdo-c647deb12b21ba9321fbcccc168c0ffa44c74188.tar.gz
cdo-c647deb12b21ba9321fbcccc168c0ffa44c74188.tar.xz
cdo-c647deb12b21ba9321fbcccc168c0ffa44c74188.zip
Disable caching on downloads page
-rw-r--r--downloads/test/index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/downloads/test/index.php b/downloads/test/index.php
deleted file mode 100644
index 015168b..0000000
--- a/downloads/test/index.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php $areaRelative = "."; require_once "$areaRelative/_defs.php"; include "$areaRoot/_header.php";
-########################################################################
-
-header( 'Cache-control: no cache' );
-
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $pageFolderPath . '/styles.css" media="screen"/>' . "\n\t");
-$App->AddExtraHtmlHeader('<script src="/modeling/includes/downloads.js" type="text/javascript"></script>' . "\n\t");
-
-//$pageTitle = "";
-//$pageKeywords = "";
-$pageAuthor = "Eike Stepper";
-
-print '<div id="midcolumn">' . "\n";
-print '<h1>Test</h1>';
-print '</div>';
-
-
-########################################################################
-include "$areaRoot/_footer.php"; ?>

Back to the top