Files
forzaapk/yaren/includes/check.php
mstfyldz bc423156cf yaren
2026-02-16 18:56:01 +03:00

3 lines
70 B
PHP

<?php
if(session_status() === PHP_SESSION_NONE) session_start();
?>