Update imp_files.php

This commit is contained in:
tripathyr 2021-11-08 09:52:47 +05:30 committed by GitHub
parent 49e4b242b6
commit 3bd27ee6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,8 @@
<?php
/**
* Created by PhpStorm.
* User: Abhishek Kumar Sinha
* Date: 10/3/2017
* Time: 7:49 PM
*/
if(!isset($_SESSION)) {
session_start();
$_SESSION['session_id'] = session_id();
}
require_once 'defines.php';