From 03bc7383fee71f1400a74338af38d81a32d140f8 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 26 May 2008 00:18:09 +0200 Subject: [PATCH] Oops. Signed-off-by: Florent Bruneau --- class.xorg.auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.xorg.auth.php b/class.xorg.auth.php index 0b00ae4..6fea694 100644 --- a/class.xorg.auth.php +++ b/class.xorg.auth.php @@ -49,7 +49,7 @@ class xorgAuth extends dcAuth { $url .= "?session=" . session_id(); $url .= "&challenge=" . $_SESSION["auth-x-challenge"]; $url .= "&pass=" . md5($_SESSION["auth-x-challenge"] . XORG_AUTH_KEY); - $url .= "&url=http://murphy.m4x.org/~x2003bruneau/dotclear/auth/XorgReturn" . urlencode("?path=" . $_GET['path']); + $url .= "&url=http://murphy.m4x.org/~x2003bruneau/dotclear/auth/XorgReturn" . urlencode("?path=" . $path); session_write_close(); header("Location: $url"); exit; -- 2.1.4