Beispiel #1
0
 public static function startSession()
 {
     if (!utilsGmp::isSessionStarted()) {
         session_start();
     }
 }