One Hat Cyber Team
Your IP :
216.73.216.1
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
View File Name :
print.php
<?php ob_start(); error_reporting(E_ALL); ini_set('display_errors', 1); date_default_timezone_set('Asia/Bangkok'); include_once("src/lib/system/createLink.php"); SYS::DOMAIN("OPDB"); $page = isset($_GET['page']) ? $_GET['page'] : null ; $admin_session = isset($_SESSION['admin']) ? $_SESSION['admin'] : array("id"=>""); if($admin_session['id']==""){ header("location:adminLogin.php"); } ?> <!DOCTYPE html> <!-- This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> <html style="overflow: scroll;"> <head> <meta charset="UTF-8"> </head> <body> <?php include_once("view/".$page.".php"); ?> </body> </html>