mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-05-18 20:32:30 +02:00
6 lines
74 B
PHP
6 lines
74 B
PHP
<?php
|
|
|
|
if (session_status() == PHP_SESSION_NONE) {
|
|
session_start();
|
|
}
|