[Openfirst-cvscommit] members index.php,1.2,1.3
Brought to you by:
xtimg
From: <xt...@us...> - 2003-05-11 23:53:47
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv22385 Modified Files: index.php Log Message: Add primitive SQL Installing script. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 11 May 2003 22:15:05 -0000 1.2 --- index.php 11 May 2003 23:53:44 -0000 1.3 *************** *** 35,39 **** <p>This is the openFIRST members area. You are logged in as: <?php echo($user->user . " the " . $user->membertype . "."); ?></p> ! <?php } else { showlogin(); --- 35,43 ---- <p>This is the openFIRST members area. You are logged in as: <?php echo($user->user . " the " . $user->membertype . "."); ?></p> ! <ul> ! <?php if($user->membertype == "administrator") { ! echo("<li><a href='sqlinstall.php'>Install SQL Tables</a></li>"); ! } ?> ! </ul> <?php } else { showlogin(); |