Update header.php
This commit is contained in:
parent
04c39bb476
commit
2c49b52668
@ -7,7 +7,7 @@ error_reporting(0);
|
||||
$tradersList = array();
|
||||
$buy_list = array();
|
||||
$sell_list = array();
|
||||
include_once 'fbconfig.php';
|
||||
include_once 'floconfig.php';
|
||||
$validate_user = null;
|
||||
if (isset($UserClass)) {
|
||||
if (isset($fb_id)):
|
||||
@ -116,4 +116,4 @@ $type = isset($_GET['type']) ? trim($_GET['type']) : 'danger';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($user_logged_in) {include_once 'req_user_info.php';} ?>
|
||||
<?php if ($user_logged_in) {include_once 'req_user_info.php';} ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user