aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/exporttest/index.php1
-rw-r--r--mod/guidbrowser/index.php3
2 files changed, 0 insertions, 4 deletions
diff --git a/mod/exporttest/index.php b/mod/exporttest/index.php
index 6857df16f..3c1320e1f 100644
--- a/mod/exporttest/index.php
+++ b/mod/exporttest/index.php
@@ -15,7 +15,6 @@
$guid = get_input("guid");
$action = get_input("action");
- $_SESSION['id'] = 2;
// Get the user
$owner_id = page_owner();
diff --git a/mod/guidbrowser/index.php b/mod/guidbrowser/index.php
index d842367a5..49d6f8824 100644
--- a/mod/guidbrowser/index.php
+++ b/mod/guidbrowser/index.php
@@ -11,9 +11,6 @@
require_once("../../engine/start.php");
- $_SESSION['guid'] = 2;
- $_SESSION['id'] = 2;
-
$eguid = get_input('eguid');
$limit = get_input('limit', 10);
$offset = get_input('offset');