summaryrefslogtreecommitdiff
path: root/signin.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-11-05 12:10:00 -0500
committerspiderr <spider@viovio.com>2013-11-05 12:10:00 -0500
commit484ced4d1615ca5c195316050f41d5d58fa9680c (patch)
tree3ab69758192ba03efc9f528ca7cb733f15991a6c /signin.php
parent81acb97bcfd90edd14dc193c53281b02eb4d431b (diff)
downloadusers-484ced4d1615ca5c195316050f41d5d58fa9680c.tar.gz
users-484ced4d1615ca5c195316050f41d5d58fa9680c.tar.bz2
users-484ced4d1615ca5c195316050f41d5d58fa9680c.zip
bit_redirect on signin page
Diffstat (limited to 'signin.php')
-rw-r--r--signin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/signin.php b/signin.php
index 19b94cb..91c172a 100644
--- a/signin.php
+++ b/signin.php
@@ -28,8 +28,7 @@ if( !empty( $_REQUEST['returnto'] ) ) {
}
if( $gBitUser->isRegistered() ) {
- header( 'Location: '.$gBitSystem->getConfig( 'users_login_homepage', USERS_PKG_URL.'my.php' ) );
- die;
+ bit_redirect( $gBitSystem->getDefaultPage() );
}
if( !empty( $_REQUEST['error'] ) ) {