diff --git a/orga.php b/orga.php index 7d2b3fb..80f7018 100644 --- a/orga.php +++ b/orga.php @@ -6,7 +6,7 @@ $time = time(); # e_ : est -if (session_status() == PHP_SESSION_NONE) { +if(session_id() == '') { session_start(); } -- libgit2 0.21.2