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 /
ed /
Delete
Unzip
Name
Size
Permission
Date
Action
ed1ea57c040322ae210f9988798f49d4.php
47.02
KB
-rw-rw-rw-
2025-06-05 01:20
ed45420a6f0c13b5aad5d23ace697bbf.php
2.19
KB
-rw-rw-rw-
2024-08-24 15:09
ed75733aab8757e57464d479cf58ca03.php
6.88
KB
-rw-rw-rw-
2024-10-25 22:17
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; /* server/engines/show.twig */ class __TwigTemplate_08d188a214a7779f0c570c2f3e30431e 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 echo "<h2> "; // line 2 echo PhpMyAdmin\Html\Generator::getImage("b_engine"); echo " "; echo _gettext("Storage engines"); // line 4 echo "</h2> "; // line 6 if ( !twig_test_empty(($context["engine"] ?? null))) { // line 7 echo " <h2> "; // line 8 echo PhpMyAdmin\Html\Generator::getImage("b_engine"); echo " "; // line 9 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "title", [], "any", false, false, false, 9), "html", null, true); echo " "; // line 10 echo PhpMyAdmin\Html\MySQLDocumentation::show(twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "help_page", [], "any", false, false, false, 10)); echo " </h2> <p><em>"; // line 12 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "comment", [], "any", false, false, false, 12), "html", null, true); echo "</em></p> "; // line 14 if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "info_pages", [], "any", false, false, false, 14)) && twig_test_iterable(twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "info_pages", [], "any", false, false, false, 14)))) { // line 15 echo " <p> <strong>[</strong> "; // line 17 if (twig_test_empty(($context["page"] ?? null))) { // line 18 echo " <strong>"; echo _gettext("Variables"); echo "</strong> "; } else { // line 20 echo " <a href=\""; echo PhpMyAdmin\Url::getFromRoute(("/server/engines/" . twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "engine", [], "any", false, false, false, 20))); echo "\"> "; echo _gettext("Variables"); // line 22 echo " </a> "; } // line 24 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "info_pages", [], "any", false, false, false, 24)); foreach ($context['_seq'] as $context["current"] => $context["label"]) { // line 25 echo " <strong>|</strong> "; // line 26 if ((array_key_exists("page", $context) && (($context["page"] ?? null) == $context["current"]))) { // line 27 echo " <strong>"; echo twig_escape_filter($this->env, $context["label"], "html", null, true); echo "</strong> "; } else { // line 29 echo " <a href=\""; echo PhpMyAdmin\Url::getFromRoute(((("/server/engines/" . twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "engine", [], "any", false, false, false, 29)) . "/") . $context["current"])); echo "\"> "; // line 30 echo twig_escape_filter($this->env, $context["label"], "html", null, true); echo " </a> "; } // line 33 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['current'], $context['label'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 34 echo " <strong>]</strong> </p> "; } // line 37 echo " "; // line 38 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "page", [], "any", false, false, false, 38))) { // line 39 echo " "; echo twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "page", [], "any", false, false, false, 39); echo " "; } else { // line 41 echo " <p>"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "support", [], "any", false, false, false, 41), "html", null, true); echo "</p> "; // line 42 echo twig_get_attribute($this->env, $this->source, ($context["engine"] ?? null), "variables", [], "any", false, false, false, 42); echo " "; } } else { // line 45 echo " <p>"; echo $this->env->getFilter('error')->getCallable()(_gettext("Unknown storage engine.")); echo "</p> "; } } public function getTemplateName() { return "server/engines/show.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 156 => 45, 150 => 42, 145 => 41, 139 => 39, 137 => 38, 134 => 37, 129 => 34, 123 => 33, 117 => 30, 112 => 29, 106 => 27, 104 => 26, 101 => 25, 96 => 24, 92 => 22, 86 => 20, 80 => 18, 78 => 17, 74 => 15, 72 => 14, 67 => 12, 62 => 10, 58 => 9, 54 => 8, 51 => 7, 49 => 6, 45 => 4, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/engines/show.twig", "C:\\xampp\\phpMyAdmin\\templates\\server\\engines\\show.twig"); } }