session_start();
error_reporting(E_ALL ^ E_NOTICE);
require_once 'includes/includes.inc.php';
switch ($_GET["action"]) {
case "":
//*******************************************************************************
?>
DPAL PDF CREATORŽ
break;
//******************************** IDENTIFICATION ***********************************************
CASE "ident" :
if (($_POST["login"]=="adminffck") && ($_POST["pass"]=="pagaiescouleurs")) {
$_SESSION["mode_admin"] = "1";
header("Location:home.php");
} else {
header("Location:index.php");
}
?>
//**********************************************************************************************
}
?>