|
From: Florin C B. <ory...@us...> - 2014-09-16 06:25:33
|
Update of /cvsroot/mxbb/core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30817 Modified Files: pagestart.php Log Message: Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** pagestart.php 7 Jul 2014 20:01:12 -0000 1.45 --- pagestart.php 16 Sep 2014 06:25:30 -0000 1.46 *************** *** 59,63 **** $url .= ((strpos($url, '?')) ? '&' : '?') . 'sid=' . $mx_user->session_id; ! //mx_redirect($url); } --- 59,63 ---- $url .= ((strpos($url, '?')) ? '&' : '?') . 'sid=' . $mx_user->session_id; ! mx_redirect($url); } |