Update transfer_tokens.php

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

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;
}
}
}
}