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.171.53
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
public /
myadmin /
tmp /
twig /
ee /
Delete
Unzip
Name
Size
Permission
Date
Action
ee9954f9a29fe0bc0256db5774816330ad4761ad6f121b37269738c8d5f60aee.php
3.25
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_headers.twig */ class __TwigTemplate_f51a8bff0b2d186f81a21ee768a637f0c3a92d3a3ea25d4578e71cae9f8cd806 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 class=\"save_cells_at_once\" type=\"hidden\" value=\""; echo twig_escape_filter($this->env, ($context["save_cells_at_once"] ?? null), "html", null, true); echo "\"> <div class=\"common_hidden_inputs\"> "; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " </div> "; // line 6 echo ($context["data_for_resetting_column_order"] ?? null); echo " "; // line 7 echo ($context["options_block"] ?? null); echo " "; // line 9 if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) { // line 10 echo " <form method=\"post\" action=\"tbl_row_action.php\" name=\"resultsForm\" id=\"resultsForm_"; echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true); echo "\" class=\"ajax\"> "; // line 11 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1); echo " <input type=\"hidden\" name=\"goto\" value=\"sql.php\"> "; } // line 14 echo " <div class=\"responsivetable\"> <table class=\"table_results data ajax\" data-uniqueId=\""; // line 16 echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true); echo "\"> "; // line 18 echo ($context["button"] ?? null); echo " "; // line 19 echo ($context["table_headers_for_columns"] ?? null); echo " "; // line 20 echo ($context["column_at_right_side"] ?? null); echo " </tr> </thead> "; } public function getTemplateName() { return "display/results/table_headers.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 88 => 20, 84 => 19, 80 => 18, 75 => 16, 71 => 14, 65 => 11, 60 => 10, 58 => 9, 53 => 7, 49 => 6, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/table_headers.twig", "/home/www/unp/public/myadmin/templates/display/results/table_headers.twig"); } }