Skip to content

Commit

Permalink
Ajout test bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-belellou committed Sep 7, 2013
1 parent f33724a commit 24db1e2
Show file tree
Hide file tree
Showing 54 changed files with 30,294 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/fonctions/deconnexion.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

session_start();

unset($_SESSION['PersonneCo']);
unset($_SESSION);

session_destroy();

Expand Down
2 changes: 2 additions & 0 deletions site/fonctions/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* @param boolean $verifAcces Définit si l'on doit verifier les droits
*/
function enTete($verifAcces) {
error_reporting(E_ALL | E_STRICT);

/**
* Chargement des fichiers de classes
*
Expand Down
Loading

0 comments on commit 24db1e2

Please sign in to comment.