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 : 3.144.132.48
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
public /
myadmin /
tmp /
twig /
34 /
Delete
Unzip
Name
Size
Permission
Date
Action
34fc30e019b86e06c0ef2a207b403c27e2760f002cf9b2d085fe2fbb7f19b519.php
2.04
KB
-rw-r--r--
2023-07-04 06:28
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; /* secondary_tabs.twig */ class __TwigTemplate_0a46e7dfad05fb8b9afdc8c73987df1fdffd51b00afe596e07a8b50675f54703 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 echo "<ul id=\"topmenu2\"> "; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["sub_tabs"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["tab"]) { // line 3 echo " "; echo PhpMyAdmin\Util::getHtmlTab($context["tab"], ($context["url_params"] ?? null)); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 5 echo "</ul> <div class=\"clearfloat\"></div> "; } public function getTemplateName() { return "secondary_tabs.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 53 => 5, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "secondary_tabs.twig", "/home/www/unp/public/myadmin/templates/secondary_tabs.twig"); } }