|
From: OryNider <ory...@us...> - 2008-03-25 05:22:01
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30736 Modified Files: index.php Log Message: _SID should be added by mx_addend_sid() automaticly with ? or & and not hardcoded like was Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** index.php 17 Feb 2008 20:15:40 -0000 1.44 --- index.php 25 Mar 2008 05:21:58 -0000 1.45 *************** *** 223,228 **** //-MOD: DHTML Menu for ACP "ADMIN_MODULE" => $action, ! "U_ADMIN_MODULE" => mx_append_sid(PHPBB_URL . 'admin/' . $file . '?sid='.$userdata['session_id'])) ! ); $row_count++; } --- 223,228 ---- //-MOD: DHTML Menu for ACP "ADMIN_MODULE" => $action, ! "U_ADMIN_MODULE" => mx_append_sid(PHPBB_URL . 'admin/' . $file) ! )); $row_count++; } |