ratisp

ISP configuration panel
git clone http://git.code.weiherhei.de/ratisp.git
Log | Files | Refs | README

header.php (183B)


      1 <html>
      2 <body>
      3 <h3></h3>
      4 <?php
      5 
      6 if	( @$_SESSION['user'] )
      7 {
      8 	echo $_SESSION['user'];
      9 	?><a href="logout.php">Logout</a><?php
     10 } else {
     11 ?><a href="login.php">Not logged in</a><?php 
     12 }
     13 ?>