summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-01-03 14:06:16 +0100
committerArun Persaud <arun@nubati.net>2008-01-03 18:12:52 +0100
commitbecb5e1267866b1fa858c08125fdba81003dfc65 (patch)
treef5fe6fb4a8f09c573d4bc48018f6ce1345d2ee83 /index.php
parentd8999b1d541c0a76d20fd44a57a4d493bef41f79 (diff)
downloade-DoKo-becb5e1267866b1fa858c08125fdba81003dfc65.tar.gz
e-DoKo-becb5e1267866b1fa858c08125fdba81003dfc65.tar.bz2
e-DoKo-becb5e1267866b1fa858c08125fdba81003dfc65.zip
BUGIFX: output was displayed twice
the login information was displayed twice, also formatted the output a bit nicer in html
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index fe674be..20fc573 100644
--- a/index.php
+++ b/index.php
@@ -313,8 +313,6 @@ else if(myisset("me"))
exit();
}
- output_status();
-
if(isset($_SESSION["name"]))
output_status($_SESSION["name"]);