Remove ENABLE_CACHE
This commit is contained in:
parent
df93087254
commit
978536b6df
2 changed files with 0 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue