Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.223.33.204
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
public /
myadmin /
tmp /
twig /
c7 /
Delete
Unzip
Name
Size
Permission
Date
Action
c74eafb9276171ff901f65334c589d85dbeac07371f2cf97ef3157eda9764872.php
2.93
KB
-rw-r--r--
2021-02-05 18:44
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* login/header.twig */ class __TwigTemplate_91c6bde16f695b395e779dd28a1fdf1f2bafa1d7276edd585ca720900b78a244 extends \Twig\Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((($context["session_expired"] ?? null) == true)) { // line 2 echo " <div id=\"modalOverlay\"> "; } // line 4 echo "<div class=\"container"; echo twig_escape_filter($this->env, ($context["add_class"] ?? null), "html", null, true); echo "\"> <a href=\""; // line 5 echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true); echo "\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"logo\"> <img src=\""; // line 6 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "logo_right.png", 1 => "pma_logo.png"], "method", false, false, false, 6), "html", null, true); echo "\" id=\"imLogo\" name=\"imLogo\" alt=\"phpMyAdmin\" border=\"0\"> </a> <h1>"; // line 8 echo sprintf(_gettext("Welcome to %s"), "<bdo dir=\"ltr\" lang=\"en\">phpMyAdmin</bdo>"); echo "</h1> <noscript> "; // line 11 echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Javascript must be enabled past this point!")]); echo " </noscript> <div class=\"hide\" id=\"js-https-mismatch\"> "; // line 15 echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly.")]); echo " </div> "; } public function getTemplateName() { return "login/header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 15, 63 => 11, 57 => 8, 52 => 6, 48 => 5, 43 => 4, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "login/header.twig", "/home/www/unp/public/myadmin/templates/login/header.twig"); } }