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.133.149.244
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 /
6d /
Delete
Unzip
Name
Size
Permission
Date
Action
6d5d7b1bb6fe47a3e7f7fcbbb96d44627b0992dc69b215086ab2f0dd0a1cf418.php
2.56
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; /* checkbox.twig */ class __TwigTemplate_81e669f574db43b5352ef4df66e8a763d18ee348152669dcf4477caebc716759 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 "<input type=\"checkbox\" name=\""; echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true); echo "\""; // line 2 if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) { echo " id=\""; echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true); echo "\""; } // line 3 if (((isset($context["checked"]) || array_key_exists("checked", $context)) && ($context["checked"] ?? null))) { echo " checked=\"checked\""; } // line 4 if (((isset($context["onclick"]) || array_key_exists("onclick", $context)) && ($context["onclick"] ?? null))) { echo " class=\"autosubmit\""; } echo "><label"; // line 5 if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) { echo " for=\""; echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true); echo "\""; } // line 6 echo ">"; echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true); echo "</label> "; } public function getTemplateName() { return "checkbox.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 62 => 6, 56 => 5, 51 => 4, 47 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "checkbox.twig", "/home/www/unp/public/myadmin/templates/checkbox.twig"); } }