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.227.102.59
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 /
24 /
Delete
Unzip
Name
Size
Permission
Date
Action
2477e82429fc3fb14a1564414444c4245a8a09c6d1aff1be3bd4b1b09a6c84ca.php
2.15
KB
-rw-r--r--
2023-07-04 06:28
24d187e813b4a56ee065921ffb990a0ef24779119cacfbcd67c3dc46b8a2cb43.php
5.02
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; /* table/search/form_tag.twig */ class __TwigTemplate_d9da199ec57dbdb7d3ef49a086aa17f802c102d6604a529e469f58960589f847 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 "<form method=\"post\" action=\""; echo twig_escape_filter($this->env, ($context["script_name"] ?? null), "html", null, true); echo "\" name=\"insertForm\" id=\""; echo twig_escape_filter($this->env, ($context["form_id"] ?? null), "html", null, true); echo "\" class=\"ajax lock-page\"> "; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " <input type=\"hidden\" name=\"goto\" value=\""; // line 3 echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"back\" value=\""; // line 4 echo twig_escape_filter($this->env, ($context["script_name"] ?? null), "html", null, true); echo "\"> "; } public function getTemplateName() { return "table/search/form_tag.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 52 => 4, 48 => 3, 44 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/search/form_tag.twig", "/home/www/unp/public/myadmin/templates/table/search/form_tag.twig"); } }