aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d4587b754..2faac1f28 100755
--- a/index.php
+++ b/index.php
@@ -93,8 +93,8 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) {
load_translation_table($lang);
}
-if(x($_GET,'zurl')) {
- $_SESSION['my_url'] = $_GET['zurl'];
+if(x($_GET,'zrl')) {
+ $_SESSION['my_url'] = $_GET['zrl'];
}
/**