Update of /cvsroot/phpcvsview/phpcvsview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7273
Modified Files:
config.php
Log Message:
Added configuration details for Cache functionality.
Index: config.php
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/config.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** config.php 3 Feb 2005 23:47:29 -0000 1.12
--- config.php 18 Feb 2005 10:29:42 -0000 1.13
***************
*** 50,52 ****
--- 50,56 ----
$config['TempFileLocation'] = "/tmp";
+ // Settings for Output Cache.
+ $config['Cache']['Enable'] = true;
+ $config['Cache']['Location'] = "/tmp/phpCVSViewCache";
+
?>
|