gaim/www

(21:38:32) datallah: nosnilmot: why is the Non-root including
mozilla-{nss,nspr} section all a link?
(21:39:09) nosnilmot: datallah: are you using IE or something?
(21:39:11) datallah: yeah
(21:39:17) nosnilmot: datallah: damn you
(21:40:41) datallah: nosnilmot: its missing a >
(21:40:49) nosnilmot: datallah: I know... one mo....
(21:42:20) nosnilmot: LSchiere: sorry :
http://www.nosnilmot.com/patches/gaim-shutup-datallah.patch
(21:43:35) datallah: nosnilmot: much better
(21:44:42) datallah: nosnilmot: btw... i think it looks very nice
(21:44:51) nosnilmot: datallah: why thank you
<?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();
?>