forked from GultHQ/flo-exchange
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
32 lines (24 loc) · 859 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
//die('Site is currently under maintenance. We will return soon. Thanks for your patience.');
ob_start();
date_default_timezone_set('Asia/Kolkata'); ?>
<?php $user_id = 0; ?>
<!--Bootstrap-->
<?php require_once "includes/imp_files.php";?>
<?php require_once 'views/header.php';?>
<?php //echo $OrderClass->get_username(3);die; ?>
<?php include_once 'acc_deact.php';?>
<!--Buy Sell div-->
<?php include_once 'views/buy_sell_div.php'; ?>
<!--Buy Sell Lists-->
<?php include_once 'views/buy_sell_list.php'; ?>
<!--My Orders List-->
<?php include_once 'views/myOrdersList.php'; ?>
<!--Traders and Transactions List-->
<?php include_once 'views/traders_trans_list.php'; ?>
<!--Messages-->
<?php include_once 'views/user_messages.php'; ?>
<!--Transfers-->
<?php include_once 'views/transfers.php';?>
<!--footer-->
<?php include_once 'footer.php'; ?>