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 : 18.223.33.204
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
public /
myadmin /
tmp /
twig /
f3 /
Delete
Unzip
Name
Size
Permission
Date
Action
f3d8487281531ec88b4443d4b6132f6ef99b57233c94a64966dc0b44a4718bfe.php
2.31
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; /* select_all.twig */ class __TwigTemplate_231a481b0ca12f3ee8e70ea18d8159a959a43159af6e97b77d31d8a21a067342 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 "<img class=\"selectallarrow\" src=\""; echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true); echo "arrow_"; echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true); echo ".png\" width=\"38\" height=\"22\" alt=\""; // line 2 echo _gettext("With selected:"); echo "\"> <input type=\"checkbox\" id=\""; // line 3 echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true); echo "_checkall\" class=\"checkall_box\" title=\""; // line 4 echo _gettext("Check all"); echo "\"> <label for=\""; // line 5 echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true); echo "_checkall\">"; echo _gettext("Check all"); echo "</label> <em class=\"with-selected\">"; // line 6 echo _gettext("With selected:"); echo "</em> "; } public function getTemplateName() { return "select_all.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 62 => 6, 56 => 5, 52 => 4, 48 => 3, 44 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "select_all.twig", "/home/www/unp/public/myadmin/templates/select_all.twig"); } }