]> git.datanom.net - webcal.git/blob - install/config.inc.php1.patch
Initial upload
[webcal.git] / install / config.inc.php1.patch
1 --- ../../0.8.0/config.inc.php 2011-03-19 17:23:46.950510408 +0100
2 +++ ../config.inc.php 2011-03-22 00:57:37.957420952 +0100
3 @@ -45,6 +45,7 @@
4 else
5 session_cache_expire(TIMEOUT);
6 session_start();
7 + header('Cache-Control: private');
8 $_SESSION['WEB_ROOT'] = WEB_ROOT;
9
10 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
11 @@ -78,4 +79,3 @@
12 }
13 else
14 unset($_SESSION['isTimeout']);
15 -?>
This page took 0.058325 seconds and 6 git commands to generate.