Browse Source

Left some testing code

Signed-off-by: Jeremy D <github@sleepycode.com>
Jeremy D 12 years ago
parent
commit
af7e4465fd
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Sources/LogInOut.php

+ 0 - 3
Sources/LogInOut.php

@@ -607,9 +607,6 @@ function Logout($internal = false, $redirect = true)
 	// Empty the cookie! (set it in the past, and for id_member = 0)
 	setLoginCookie(-3600, 0);
 
-$redirect = true;
-$_SESSION['logout_url'] = 'ftp://localhost';
-
 	// Off to the merry board index we go!
 	if ($redirect)
 	{