]> andersk Git - sql-web.git/blob - tpl/login_ssl.php
first stab at 0.2
[sql-web.git] / tpl / login_ssl.php
1 <?php
2 include 'head.inc';
3 ?>
4
5 <?=$Name?><br />
6 <?=$Username?><br />
7 <form method=post>
8 <input type=submit value="Login with Certificates">
9 </form>
10
11 <?php
12 include 'foot.inc';
13 ?>
This page took 0.030688 seconds and 5 git commands to generate.