File "debug.php"

Full Path: /home/analogde/www/DOSSIER/debug.php
File size: 983 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	session_start ();	include('database.php');	DB_connexion(); 
	if (!isset($_SESSION['nom']) && !isset($_SESSION['password']))	{  			header("Location: login.php");   	}
	header( 'content-type: text/html; charset=utf-8' );
?>	
 <script>


</script> 
<!--
Image switching with onclick
-->

<html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head></head><body><style>
th, td {    padding: 5px;}
input.largerCheckbox{		-moz-appearance: none;		height: 25px;		width: 25px;		zoom: 1.4;}
label{	display: inline-block;	width: 200px;	float: left;}
.increase {    width:30px;    height:30px;}
</style>
	<link rel="stylesheet" href="menu_style.css" type="text/css">
	<div id='cssmenu'>	<ul>		<li><a href='home.php'><span>Home</span></a></li>		<li><a href='selection_planning_mois.php'><span>Planning</span></a></li>		<li><a href='selection_gestion_mois.php'><span>Gestion</span></a></li>		<li><a href='selection_statistique_mois.php'><span>Statistiques</span></a></li>

</body></html>