[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 42/65: Remove ENABLE_CACHE
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 42/65: Remove ENABLE_CACHE |
Date: |
Wed, 09 Sep 2015 08:27:24 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 978536b6df61d2a024c834d9b8ef6c5c6fe1acea
Author: Dany De Bontridder <address@hidden>
Date: Sat Sep 5 13:25:07 2015 +0200
Remove ENABLE_CACHE
---
include/ac_common.php | 3 ---
include/config_file.php | 2 --
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/ac_common.php b/include/ac_common.php
index 1f820c4..3b46a62 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -320,9 +320,6 @@ function html_page_start($p_theme="", $p_script="",
$p_script2="")
<link rel=\"stylesheet\" type=\"text/css\"
href=\"./style-print.css?version=".SVNINFO."\" media=\"print\"/>" .
$p_script2 . "
";
- if (ENABLE_CACHE == 'YES') {
- echo '<meta http-equiv="Cache-control"
content="private,max-age:3600">';
- }
echo '<script language="javascript" src="js/calendar.js"></script>
<script type="text/javascript" src="js/lang/calendar-en.js"></script>
<script language="javascript" src="js/calendar-setup.js"></script>
diff --git a/include/config_file.php b/include/config_file.php
index 6cea8e0..11a82f7 100644
--- a/include/config_file.php
+++ b/include/config_file.php
@@ -187,8 +187,6 @@ function config_file_create($p_array,$from_setup=1,$p_os=1)
fputs($hFile, "// published"."\r\n");
fputs($hFile, '// define ("SITE_UPDATE","");'."\r\n");
fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
- fputs($hFile, '// Uncomment to disable cache header'."\r\n");
- fputs($hFile, '// define ("ENABLE_CACHE","NO");'."\r\n");
fputs($hFile,'?>');
fclose($hFile);
}
- [Noalyss-commit] [noalyss] 30/65: comment, (continued)
- [Noalyss-commit] [noalyss] 30/65: comment, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 31/65: Fix issue : cannot zoom an operation after saving it., Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 35/65: Esthetic : message is nothing found in menu, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 33/65: Task#1173 : create a empty database to restaure in command line, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 36/65: Missing file, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 37/65: Use the profile instead of the login name in the view, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 39/65: Add the side D/C to aged balance, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 38/65: translation, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 34/65: increase size of font in box, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 40/65: Remove ENABLE_CACHE + DB Upgrade, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 42/65: Remove ENABLE_CACHE,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 43/65: set version, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 41/65: database upgrade, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 47/65: avoid duplicate, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 45/65: database upgrade : if empty, skipped, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 46/65: drop view before recreating it, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 44/65: database upgrade, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 48/65: drop view before recreating it, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 49/65: translation, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 26/65: update translation, Dany De Bontridder, 2015/09/09
- [Noalyss-commit] [noalyss] 50/65: Fix SQL upgrade, Dany De Bontridder, 2015/09/09