Update of /cvsroot/phpsqliteadmin/phpsqliteadmin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4396
Modified Files:
leftframe.php
Log Message:
added the logoff link
Index: leftframe.php
===================================================================
RCS file: /cvsroot/phpsqliteadmin/phpsqliteadmin/leftframe.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- leftframe.php 11 May 2004 18:23:21 -0000 1.1.1.1
+++ leftframe.php 21 May 2004 17:26:26 -0000 1.2
@@ -17,7 +17,10 @@
<a href="index.php" target="_top">Main</a>
<br>
<a href="dbconfig.php">Alias configuration</a>
-<br><br>
+<br>
+<a href="login.php?logoff=1" target="_top">Logoff</a>
+<br>
+<br>
EOT;
print "<div class=\"list\">\n";
@@ -43,4 +46,4 @@
print "</html>\n";
-?>
\ No newline at end of file
+?>
|