File "logout.php"
Full Path: /home/limout/public_html/CablesPireV2-20240827214508/logout.php
File size: 183 bytes
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
<?php
require('config.php');
require('LoginSystem.class.php');
$loginSys = new LoginSystem();
$loginSys->logout();
header("Location: " . $sUrl );
?>