* Reduced iconbar button size to 90% because it looked obtuse on a smaller screen
[citadel.git] / ctdlphp / logout.php
blobca36d77fa05b72ef2ee094c5e292dd3b1a72932c
1 <?PHP
3 // $Id$
4 //
5 // Log out the user and destroy the session.
6 //
7 // Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
8 // This program is released under the terms of the GNU General Public License.
10 include "ctdlheader.php";
12 bbs_page_header();
14 echo ctdl_mesg("goodbye");
16 echo "<a href=\"login.php\">Log in again</a><BR>\n" ;
18 bbs_page_footer();
19 ctdl_end_session();