Update view_all_traders_list.php

This commit is contained in:
tripathyr 2022-04-12 16:33:11 +05:30 committed by GitHub
parent ae6add301a
commit 696b963265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: Abhishek Kumar Sinha
* Date: 10/5/2017
* Time: 5:20 PM
*/
ob_start();
require_once 'includes/imp_files.php';
require_once VIEWS_DIR.'/header.php';
@ -15,4 +8,4 @@ require_once VIEWS_DIR.'/header.php';
include_once VIEWS_DIR.'/view_all_traders_list.php';
include_once 'footer.php';
?>
?>