gaim/www

Well most people seemed to like it...

2003-12-15, Mark Doliner
8d5203430211
Well most people seemed to like it...
I think the mdk links are wrong, but sf is down (?) and I don't
remember what they are actually called.
<?php
require "base.inc.php";
setup_site(-1);
if ($users->logged_in()) {
$users->logout();
}
setup_site("Log Out");
start_section("Log Out");
?>
<p>
You are now logged out.
</p>
<p>
You may <a href="login.php">login</a> when you want to feel special again.
</p>
<?php
end_section();
site_shutdown();
?>