Commit 0ebedaa4682c78591ea71a311fc79de70b9c1f7a

Authored by Geoffrey PREUD'HOMME
1 parent c1431d5f

[Orga] Fix commit pré-précédent

On va y arriver...
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -6,7 +6,7 @@ $time = time(); @@ -6,7 +6,7 @@ $time = time();
6 6
7 # e_ : est 7 # e_ : est
8 8
9 -if(session_id() == '') { 9 +if (!isset($_SESSION)) {
10 session_start(); 10 session_start();
11 } 11 }
12 12