removed $_GET check
authorgreg gay <ggay@ocad.ca>
Tue, 4 Jul 2006 15:47:51 +0000 (15:47 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 4 Jul 2006 15:47:51 +0000 (15:47 -0000)
docs/password_reminder.php

index 6f4390d..ea3ec52 100644 (file)
@@ -16,8 +16,6 @@ $_user_location       = 'public';
 define('AT_INCLUDE_PATH', 'include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 
-$_GET['forgot'] = $addslashes($_GET['forgot']); 
-
 if (isset($_POST['cancel'])) {
        $msg->addFeedback('CANCELLED');
        header('Location: login.php');