| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/news/csr/main/ |
Upload File : |
<?php
require "config.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="404 Not Found">
<meta name="author" content="<?php echo $cfg_site_meta_author;?>">
<title>Content not found</title>
<!-- Bootstrap core CSS -->
<link href="<?php echo SITE_URL;?>/assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="<?php echo SITE_URL;?>/assets/css/custom.css" rel="stylesheet">
</head>
<body>
<?php require "navigation.php";?>
<!-- Page Content -->
<div class="container">
<!-- Call to Action Well -->
<div class="card text-white bg-secondary my-4 text-center">
<div class="card-body">
<p class="text-white m-0">Error! Content not found</p>
</div>
</div>
</div>
<!-- /.container -->
<?php require "footer.php";?>
</body>
</html>