[dZeeemp-cvs] dzeeemp.sources/configuration config.php,1.8,1.9
Brought to you by:
lovchy
|
From: Boris B. <lo...@us...> - 2004-06-13 00:01:42
|
Update of /cvsroot/dzeeemp/dzeeemp.sources/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8003/configuration Modified Files: config.php Log Message: A lot of code fixed/improved Index: config.php =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/configuration/config.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.php 12 Jun 2004 20:57:43 -0000 1.8 --- config.php 13 Jun 2004 00:01:32 -0000 1.9 *************** *** 53,57 **** ; Never deny cache until you know what are you doing! ! cache_enable = true ; Static cache will give you great speed improvement, but --- 53,57 ---- ; Never deny cache until you know what are you doing! ! cache_enable = false ; Static cache will give you great speed improvement, but *************** *** 102,106 **** [cl_debug] ! activate = true port = 3333 ;mode = "1|2|3" --- 102,106 ---- [cl_debug] ! activate = false port = 3333 ;mode = "1|2|3" |