ratisp

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

logout.php (106B)


      1 <?php
      2 
      3 require('init.php');
      4 
      5 unset($_SESSION['user']);
      6 
      7 require( 'header.php' );
      8 include('index.php');
      9 ?>