X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Flogout.php;h=ca36d77fa05b72ef2ee094c5e292dd3b1a72932c;hb=fa2dd842abb5feedea3e2253255722fcaecc3c6f;hp=14a2c68d7953d30f042aa8f7b9ad691bf5882759;hpb=ff6b88ee11a3bb07d630d2255d6defbb7d8330a0;p=citadel.git diff --git a/ctdlphp/logout.php b/ctdlphp/logout.php index 14a2c68d7..ca36d77fa 100644 --- a/ctdlphp/logout.php +++ b/ctdlphp/logout.php @@ -1,20 +1,20 @@ +// This program is released under the terms of the GNU General Public License. -

Goodbye

+ include "ctdlheader.php"; -You are being logged out. + bbs_page_header(); -Log in again
+ echo ctdl_mesg("goodbye"); -LITERAL; + echo "Log in again
\n" ; - ctdl_end_session(); bbs_page_footer(); - + ctdl_end_session(); ?> -