Compare commits
2 Commits
master
...
flo_id_aut
| Author | SHA1 | Date | |
|---|---|---|---|
| a2e13554dd | |||
| 8fa0178774 |
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user