]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ctdlheader.php
* new debug switch for communication in the session-proxy
[citadel.git] / ctdlphp / ctdlheader.php
index 9e8dfde61e5795d1b233361002bb9135e5f3891e..d097117e0a54373b0d88d53eb05e8d4f431748b6 100644 (file)
@@ -14,6 +14,7 @@
 // pages in the system then only have to include ctdlheader.php (since it
 // is required) and they get the others automatically.
 //
+include "config.php";
 include "ctdlsession.php";
 include "ctdlprotocol.php";
 include "ctdlelements.php";
@@ -80,6 +81,22 @@ LITERAL;
                        'Enter msg</a><BR>' .
                        '<a href="who.php">' .
                        'Who is online?</a><BR>' .
+                       '<a href="myinfo.php">' .
+                       'My information</a><BR>' .
+                       '<A HREF="logout.php">' .
+                       'Log out</A>' .
+                       '</div>' ;
+               echo    '<div id="demolinks">' .
+                       '<a href="testcommand.php">' .
+                       'demolist</A><BR>' .
+                       '<a href="readmsgs.php?mode=all&count=0">' .
+                       'Read all</a><BR>' .
+                       '<a href="readmsgs.php?mode=new&count=0">' .
+                       'Read new</a><BR>' .
+                       '<a href="display_enter.php">' .
+                       'Enter msg</a><BR>' .
+                       '<a href="who.php">' .
+                       'Who is online?</a><BR>' .
                        '<A HREF="logout.php">' .
                        'Log out</A>' .
                        '</div>' ;