aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-11-14 07:01:53 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-11-14 07:01:53 +0000
commita8976479b6b7558ed1b2b935dd87e65455c54585 (patch)
tree37da1705806647ca6738f7e0237908e56ab89c9b /rss
parent03d63c81c1e6f46be4d145ea84aa2c1198bc0984 (diff)
downloadphpicalendar-a8976479b6b7558ed1b2b935dd87e65455c54585.tar.gz
phpicalendar-a8976479b6b7558ed1b2b935dd87e65455c54585.tar.bz2
phpicalendar-a8976479b6b7558ed1b2b935dd87e65455c54585.zip
rollback rss.php error introduced in debugging
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss.php b/rss/rss.php
index 85b29f5..a480465 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -111,7 +111,7 @@ foreach ($master_array['-4'] as $calinfo){
if ($calinfo['mtime'] > $filemod) $filemod = $calinfo['mtime'];
}
$filemodtime = date("r", $filemod);
-/*
+
//send relevant headers
header ("Last-Modified: $filemodtime");
header ("ETag:\"$filemodtime\"");

© 2014-2024 Faster IT GmbH | imprint | privacy policy