Update transfers.php

This commit is contained in:
tripathyr 2021-11-25 08:08:31 +05:30 committed by GitHub
parent dfab66bedc
commit 8fa0178774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,4 @@
<?php
/**
* Created by PhpStorm.
* Date: 10/21/2017
* Time: 3:36 PM
*/
if($user_logged_in):
$user_id = isset($_SESSION['user_id']) ? $_SESSION['user_id'] : null;