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.138.105.128
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
tmp /
twig /
26 /
Delete
Unzip
Name
Size
Permission
Date
Action
26420ec55e215e3cf90c96b0836c987d515ddcfad1234ce9632cc8837f64dff2.php
3.34
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; /* list/unordered.twig */ class __TwigTemplate_67c125f33457d80f1849298dc0804a9e0d03ae9a25c78d28fdc4e860ffb9596e 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"; if ( !twig_test_empty(($context["id"] ?? null))) { echo " id=\""; echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true); echo "\""; } // line 2 if ( !twig_test_empty(($context["class"] ?? null))) { echo " class=\""; echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true); echo "\""; } echo "> "; // line 4 if ( !twig_test_empty(($context["items"] ?? null))) { // line 5 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 6 echo " "; if ( !twig_test_iterable($context["item"])) { // line 7 echo " "; $context["item"] = ["content" => $context["item"]]; // line 8 echo " "; } // line 9 echo " "; $this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"])); // line 10 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 11 echo " "; } elseif ( !twig_test_empty(($context["content"] ?? null))) { // line 12 echo " "; echo ($context["content"] ?? null); echo " "; } // line 14 echo "</ul> "; } public function getTemplateName() { return "list/unordered.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 87 => 14, 81 => 12, 78 => 11, 72 => 10, 69 => 9, 66 => 8, 63 => 7, 60 => 6, 55 => 5, 53 => 4, 44 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "list/unordered.twig", "/home/www/unp/public/myadmin/templates/list/unordered.twig"); } }