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.222.82.248
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 /
29 /
Delete
Unzip
Name
Size
Permission
Date
Action
292110cad068aeecdff69d172824e95d64fb1d6c37cd970893783f769c728774.php
3.06
KB
-rw-r--r--
2021-05-27 04:49
29dd265b8e59408372e9de3be79052641b1b8269b29eea8856ca5e462992fe7b.php
2.79
KB
-rw-r--r--
2022-12-24 20:45
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; /* start_and_number_of_rows_panel.twig */ class __TwigTemplate_996fa8c31ffcead0085916ead6d0da6f14efdad4947e1fb077166f3d4818bb49 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 "<fieldset> <div> <label for=\"pos\">"; // line 3 echo _gettext("Start row:"); echo "</label> <input type=\"number\" name=\"pos\" min=\"0\" required=\"required\" "; // line 5 if ((($context["unlim_num_rows"] ?? null) > 0)) { // line 6 echo "max=\""; echo twig_escape_filter($this->env, (($context["unlim_num_rows"] ?? null) - 1), "html", null, true); echo "\""; } // line 8 echo " value=\""; echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true); echo "\"> <label for=\"session_max_rows\">"; // line 10 echo _gettext("Number of rows:"); echo "</label> <input type=\"number\" name=\"session_max_rows\" min=\"1\" value=\""; // line 12 echo twig_escape_filter($this->env, ($context["rows"] ?? null), "html", null, true); echo "\" required=\"required\"> <input class=\"btn btn-primary\" type=\"submit\" name=\"submit\" class=\"Go\" value=\""; // line 14 echo _gettext("Go"); echo "\"> <input type=\"hidden\" name=\"sql_query\" value=\""; // line 16 echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"unlim_num_rows\" value=\""; // line 18 echo twig_escape_filter($this->env, ($context["unlim_num_rows"] ?? null), "html", null, true); echo "\"> </div> </fieldset> "; } public function getTemplateName() { return "start_and_number_of_rows_panel.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 79 => 18, 74 => 16, 69 => 14, 64 => 12, 59 => 10, 53 => 8, 48 => 6, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "start_and_number_of_rows_panel.twig", "/home/www/unp/public/myadmin/templates/start_and_number_of_rows_panel.twig"); } }