| Current Path : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/administration/panel/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/administration/panel/index.php |
<?
header("Refresh:0; url=https://www.huissier-express.fr/administration/2020/login.php");exit;
session_start();
$page="index";
include("../../config.php");
$bascule = trim($db->escape($_GET['bascule']));
if ($bascule)
{
$_SESSION['admin_id'] = 1;
$_SESSION['client_nom'] = "Jean Rémi DALLE";
$_SESSION['statut'] = "30";
$_SESSION['heure_connexion'] = date("h").":".date("i");
}
$annee_en_cours = date("Y");
header("Refresh:0; url=devis_liste.php");
exit;
?>