Update header.php

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

View File

@ -7,7 +7,7 @@ error_reporting(0);
$tradersList = array(); $tradersList = array();
$buy_list = array(); $buy_list = array();
$sell_list = array(); $sell_list = array();
include_once 'fbconfig.php'; include_once 'floconfig.php';
$validate_user = null; $validate_user = null;
if (isset($UserClass)) { if (isset($UserClass)) {
if (isset($fb_id)): if (isset($fb_id)):
@ -116,4 +116,4 @@ $type = isset($_GET['type']) ? trim($_GET['type']) : 'danger';
</div> </div>
</div> </div>
<?php if ($user_logged_in) {include_once 'req_user_info.php';} ?> <?php if ($user_logged_in) {include_once 'req_user_info.php';} ?>