tech4biz/db/config.php
2024-10-24 17:20:08 +05:30

8 lines
79 B
PHP

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