flo-exchange/view_all_my_transactions.php

15 lines
417 B
PHP

<?php
ob_start();
require_once 'includes/imp_files.php';
require_once VIEWS_DIR.'/header.php';
if (!checkLoginStatus()) {
redirect_to('index.php?msg=Please login!');
}
//include_once VIEWS_DIR.'/buy_sell_div.php';
//include_once VIEWS_DIR.'/buy_sell_list.php';
include_once VIEWS_DIR.'/view_all_my_transactions.php';
include_once 'footer.php';?>
<script src="<?=JS_DIR?>/load_more_my_transactions.js"></script>