]> andersk Git - sql-web.git/blame - tpl/menu.php
mitsql 0,21
[sql-web.git] / tpl / menu.php
CommitLineData
dc478ec8
JP
1<div id="content1">
2<?php if (isLoggedIn()): ?>
3<div style="float:left">
4<a href="logout">Logout</a>
5</div>&nbsp;
6Logged in as <em><?=$Username?></em> on <?=DBHOST?>
7<?php else: ?>
8<div style="float:left">
9<a href="signup">Signup</a> | Login via <a href="login?ssl=0">SQL</a> or <a href="login?ssl=1">SSL</a>
10</div>&nbsp;
11<?php endif; ?>
12</div>
This page took 2.445726 seconds and 5 git commands to generate.