From 3b5656db543462ec1f126d0d97b1ee1ba25c782e Mon Sep 17 00:00:00 2001
From: deva
Date: Sun, 26 Oct 2008 20:53:16 +0000
Subject: Added no-cache pragma. Fixed indentation in forum code.
---
forum/htdocs/index.php | 54 +++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
(limited to 'forum/htdocs')
diff --git a/forum/htdocs/index.php b/forum/htdocs/index.php
index 163537c..23b9d36 100644
--- a/forum/htdocs/index.php
+++ b/forum/htdocs/index.php
@@ -1,5 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
Logged in as: " . $current_user->name . " - Logout
";
+ echo " Logged in as: " . $current_user->name . " - Logout
\n";
switch($mode) {
case "profile":
@@ -95,13 +95,13 @@ if($current_user) {
}
} else {
?>
-
+
-
+
--
cgit v1.2.3