projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0d035
)
Fix incomplete merge.
author
Jan Schneider
<jan@horde.org>
Mon, 17 Aug 2009 14:32:24 +0000
(16:32 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 17 Aug 2009 14:32:48 +0000
(16:32 +0200)
framework/Cli/lib/Horde/Cli.php
patch
|
blob
|
history
diff --git
a/framework/Cli/lib/Horde/Cli.php
b/framework/Cli/lib/Horde/Cli.php
index
0d1c269
..
470a96a
100644
(file)
--- a/
framework/Cli/lib/Horde/Cli.php
+++ b/
framework/Cli/lib/Horde/Cli.php
@@
-479,4
+479,12
@@
class Horde_Cli
empty($_SERVER['SERVER_NAME']));
}
+ /**
+ * Destroys any session on script end.
+ */
+ private function _shutdown()
+ {
+ @session_destroy();
+ }
+
}