From 91786088e420329172009ad711bdd1054326ec91 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 1 Oct 2003 13:23:26 +0000 Subject: [PATCH] the maintainer is really annoying with details ;op --- install.d/session.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.d/session.inc.php b/install.d/session.inc.php index a58cd4c..d099e20 100644 --- a/install.d/session.inc.php +++ b/install.d/session.inc.php @@ -10,7 +10,7 @@ session_start(); // verify if a profile has been submitted -if (!isset($_SESSION['profile']) && isset($_POST['action']) && $_POST['action']!="OK") { +if (!isset($_SESSION['profile']) && isset($_POST['action']) && $_POST['action']=="OK") { $_SESSION['name'] = $_POST['profile_name']; $_SESSION['mail'] = $_POST['profile_mail']; $_SESSION['org'] = $_POST['profile_org']; -- 2.1.4