• File: dcx.php
  • Full Path: /home/dealkatnwc/www/GDEAL/pages/dcx.php
  • Date Modified: 02/11/2019 2:04 PM
  • File size: 95 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
session_start();
session_destroy();
header('Location: authentification.php');
exit();

?>