raspap-webgui/includes/session.php

6 lines
72 B
PHP

<?php
if (session_status() == PHP_SESSION_NONE) {
session_start();
}