|
From: Paul S. O. <ps...@us...> - 2002-03-19 12:35:16
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv26432/admin
Modified Files:
admin_ug_auth.php
Log Message:
Missed a couple of $phpEx extensions of some redirects
Index: admin_ug_auth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_ug_auth.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** admin_ug_auth.php 18 Mar 2002 14:54:25 -0000 1.6
--- admin_ug_auth.php 19 Mar 2002 12:35:13 -0000 1.7
***************
*** 179,183 ****
}
! header("Location: " . append_sid("admin_ug_auth?" . POST_USERS_URL . "=$user_id", true));
exit;
}
--- 179,183 ----
}
! header("Location: " . append_sid("admin_ug_auth.$phpEx?" . POST_USERS_URL . "=$user_id", true));
exit;
}
***************
*** 218,222 ****
}
! header("Location: " . append_sid("admin_ug_auth?" . POST_USERS_URL . "=$user_id", true));
exit;
}
--- 218,222 ----
}
! header("Location: " . append_sid("admin_ug_auth.$phpEx?" . POST_USERS_URL . "=$user_id", true));
exit;
}
|