Your IP : 216.73.216.162


Current Path : /home/xbodynamge/namtation/reservation/inc/
Upload File :
Current File : /home/xbodynamge/namtation/reservation/inc/secure.inc.php

<?php
session_start();
if (!isset($_SESSION['id_client'])) {
  header('Location: index.php?error=1');
} 
?>