|
From: FlorinCB <ory...@us...> - 2009-12-02 03:45:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8000/sessions/phpbb2 Modified Files: constants.php Log Message: fixed will be included in official b4 zip for pafiledb Index: constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** constants.php 15 Jun 2008 09:15:43 -0000 1.3 --- constants.php 2 Dec 2009 03:45:36 -0000 1.4 *************** *** 91,94 **** --- 91,96 ---- @define('POST_GROUPS_URL', 'g'); + @define('RANKS_PATH', 'images/ranks/'); + // Session parameters @define('SESSION_METHOD_COOKIE', 100); |