|
From: FlorinCB <ory...@us...> - 2009-12-02 03:45:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8000/sessions/phpbb3 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/phpbb3/constants.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** constants.php 31 Oct 2008 18:54:23 -0000 1.4 --- constants.php 2 Dec 2009 03:45:36 -0000 1.5 *************** *** 167,170 **** --- 167,171 ---- // Additional constants + @define('RANKS_PATH', 'images/ranks/'); // Table names |