Update index.php

This commit is contained in:
tripathyr 2021-11-17 12:24:59 +05:30 committed by GitHub
parent 6f6b9337ab
commit 52312f1ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
<?php
//die('Site is currently under maintenance. We will return soon. Thanks for your patience.');
ob_start();
if(!isset($_SESSION['session_id'])) {
session_start();
$_SESSION['session_id'] = session_id();
}
date_default_timezone_set('Asia/Kolkata'); ?>
<?php $user_id = 0; ?>
<!--Bootstrap-->