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 /
9b /
Delete
Unzip
Name
Size
Permission
Date
Action
9b0fd2f6203612535a0421ef46c700ae40668713de46246810f66e1996be5a52.php
1.96
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; /* display/results/table.twig */ class __TwigTemplate_8e3ef6a72eef321195b0c17ea3dd5a7a40232a7692d0ffc59ac1fbf14e431ead 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 ($context["sql_query_message"] ?? null); echo " "; // line 2 echo ($context["navigation"] ?? null); echo " "; // line 3 echo ($context["headers"] ?? null); echo " <tbody> "; // line 5 echo ($context["body"] ?? null); echo " </tbody> </table> </div> "; // line 9 echo ($context["multi_row_operation_links"] ?? null); echo " "; // line 10 echo ($context["navigation"] ?? null); echo " "; // line 11 echo ($context["operations"] ?? null); echo " "; } public function getTemplateName() { return "display/results/table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 65 => 11, 61 => 10, 57 => 9, 50 => 5, 45 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/table.twig", "/home/www/unp/public/myadmin/templates/display/results/table.twig"); } }