tech4biz/db/config.php
2024-10-25 17:11:31 +05:30

8 lines
79 B
PHP

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