Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
6 |
kaklik |
1 |
<?php
|
|
|
2 |
//Dc-shout2.0 (c)devilcoderz 2004
|
|
|
3 |
function logout()
|
|
|
4 |
{
|
|
|
5 |
session_unregister('username');
|
|
|
6 |
session_unregister('password');
|
|
|
7 |
echo "<b>you have been loged out of the Dc shout admin panel</b>";
|
|
|
8 |
}
|
|
|
9 |
?>
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|