check session before create it

This commit is contained in:
Simon Leblanc 2011-05-15 05:50:13 +02:00
parent 2f81f48710
commit 288330d384

View File

@ -37,7 +37,9 @@
// //
//========================================================================== //==========================================================================
if (session_id() == "") {
session_start(); session_start();
}
include_once('fonctions.php'); include_once('fonctions.php');