Compare commits

...

2 Commits

Author SHA1 Message Date
a2e13554dd
Update transfer_tokens.php 2021-11-25 09:07:19 +05:30
8fa0178774
Update transfers.php 2021-11-25 08:08:31 +05:30
2 changed files with 1 additions and 13 deletions

View File

@ -1,11 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: Abhishek Kumar Sinha
* Date: 2/9/2018
* Time: 11:00 AM (in Bali :) )
*/
require_once '../includes/imp_files.php';
if (!checkLoginStatus()) {
@ -128,4 +121,4 @@ if (isset($_POST['job']) && trim($_POST['job']) == "transfer_tokens") {
return true;
}
}
}
}

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;