From: Chris W. <la...@us...> - 2004-11-28 00:40:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3793/conf Modified Files: action.ini Log Message: add caching parameters Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf/action.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** action.ini 4 Jun 2003 15:47:01 -0000 1.3 --- action.ini 28 Nov 2004 00:09:38 -0000 1.4 *************** *** 41,44 **** --- 41,45 ---- url_none = yes action_type = template_only + cache_expire = 12h [powered_by_box] *************** *** 49,50 **** --- 50,52 ---- url_none = yes action_type = template_only + cache_expire = 12h \ No newline at end of file |