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.188.252.203
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 /
73 /
Delete
Unzip
Name
Size
Permission
Date
Action
739cf461a658e17b5236cc14e99b7c97f37264b2e85439fe8509416cb19a8d11.php
10.29
KB
-rw-r--r--
2021-02-05 18:44
73dacfbd6d03e4a474caa6cd1866d74839902bb904b92364881228458b677932.php
1.63
KB
-rw-r--r--
2021-03-02 11:03
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; /* display/results/page_selector.twig */ class __TwigTemplate_23663bb124f0124ff1bd884cc665c06a423e442b44b4aeac4c5a64349a55fdad 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 "<td> <form action=\"sql.php\" method=\"post\"> "; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo " "; // line 4 echo ($context["page_selector"] ?? null); echo " </form> </td> "; } public function getTemplateName() { return "display/results/page_selector.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/page_selector.twig", "/home/www/unp/public/myadmin/templates/display/results/page_selector.twig"); } }