|
From: Javier S. <ja...@us...> - 2001-09-05 13:26:16
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv23677
Modified Files:
include.php
Log Message:
Clear 'group' auth var on logout.
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- include.php 2001/09/05 13:16:55 1.51
+++ include.php 2001/09/05 13:26:13 1.52
@@ -140,6 +140,7 @@
function unauth($nobody = false) {
Auth::unauth($nobody);
+ $this->auth['group'] = '';
$this->auth['db_fields'] = '';
}
}
|