projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d01ada
)
Better detection of register_globals
author
moodler
<moodler>
Sat, 17 May 2003 03:05:39 +0000
(
03:05
+0000)
committer
moodler
<moodler>
Sat, 17 May 2003 03:05:39 +0000
(
03:05
+0000)
login/logout.php
patch
|
blob
|
history
diff --git
a/login/logout.php
b/login/logout.php
index a511e62706b98cd7eef1c8a828c2105fe59f7370..27a868be1eebc85fcd03ae26453be46ad0670c86 100644
(file)
--- a/
login/logout.php
+++ b/
login/logout.php
@@
-3,7
+3,7
@@
require_once("../config.php");
- if (ini_get("register_globals")) {
+ if (ini_get
_bool
("register_globals")) {
// This method is to try to avoid silly warnings from PHP 4.3.0
session_unregister("SESSION");
session_unregister("USER");