projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4afc2
)
little syntax error, just little
author
x2000habouzit
<x2000habouzit>
Wed, 1 Oct 2003 13:16:19 +0000
(13:16 +0000)
committer
x2000habouzit
<x2000habouzit>
Wed, 1 Oct 2003 13:16:19 +0000
(13:16 +0000)
install.d/session.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/install.d/session.inc.php
b/install.d/session.inc.php
index
1982d3f
..
a58cd4c
100644
(file)
--- 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'];