Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
tmp /
twig /
3a /
Delete
Unzip
Name
Size
Permission
Date
Action
3a3c01a29bb95a43eb278a2aacc65011.php
2.82
KB
-rw-rw-rw-
2024-08-07 01: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_2e09783f3d878c5e1ae29242c388f2a9 extends 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 "\"> <div class=\"row\"> <div class=\"col-12\"> <a href=\""; // line 7 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 8 echo twig_escape_filter($this->env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("logo_right.png", "pma_logo.png"), "html", null, true); echo "\" id=\"imLogo\" name=\"imLogo\" alt=\"phpMyAdmin\" border=\"0\"> </a> <h1>"; // line 10 echo twig_sprintf(_gettext("Welcome to %s"), "<bdo dir=\"ltr\" lang=\"en\">phpMyAdmin</bdo>"); echo "</h1> <noscript> "; // line 13 echo $this->env->getFilter('error')->getCallable()(_gettext("Javascript must be enabled past this point!")); echo " </noscript> <div class=\"hide\" id=\"js-https-mismatch\"> "; // line 17 echo $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 ( 72 => 17, 65 => 13, 59 => 10, 54 => 8, 50 => 7, 43 => 4, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "login/header.twig", "C:\\xampp\\phpMyAdmin\\templates\\login\\header.twig"); } }