1
1
Fork 0

remove zrl from query string

This commit is contained in:
friendica 2012-04-02 00:45:45 -07:00
commit 62e528ba43
2 changed files with 4 additions and 0 deletions

View file

@ -95,6 +95,7 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) {
if(x($_GET,'zrl')) {
$_SESSION['my_url'] = $_GET['zrl'];
$a->query_string = preg_replace('/[\?&]zrl=(.*?)([\?&]|$)/is','',$a->query_string);
}
/**