diff options
-rw-r--r-- | bookmarks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bookmarks.php b/bookmarks.php index 26bc55f..029fcb5 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -150,9 +150,9 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') { $address = $GLOBALS['url_redir'] . $address; } - if(POST_REFERRER != '') { + /*if(POST_REFERRER != '') { header('Location: '. POST_REFERRER); - }die('pr'.POST_REFERRER); + }*/ } } else { $tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.'); |