[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.25,1.26
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-17 17:39:53
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6319 Modified Files: config-dist.ini.php Log Message: changed jpc- to jpc since this last dash will be added later anyway. added a comment about jpcache prefix Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** config-dist.ini.php 17 Nov 2004 17:08:38 -0000 1.25 --- config-dist.ini.php 17 Nov 2004 17:39:44 -0000 1.26 *************** *** 226,230 **** ;; ;; All non-static files will be prefixed with this string ! jpcache.fileprefix = "jpc-" ;;; --- 226,230 ---- ;; ;; All non-static files will be prefixed with this string ! jpcache.fileprefix = "jpc" ;;; |