From 409b97622bcc9492da25f651a58f6fe37a21f456 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 18 Apr 2008 10:44:15 +0000 Subject: Marcus Povey * Hardcoded sessions no longer necessary now that login works git-svn-id: https://code.elgg.org/elgg/trunk@488 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/exporttest/index.php | 1 - mod/guidbrowser/index.php | 3 --- 2 files changed, 4 deletions(-) (limited to 'mod') 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'); -- cgit v1.2.3