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 /
df /
Delete
Unzip
Name
Size
Permission
Date
Action
df504c9454aa9229b81e1b2b97a618f831d6d61a2ab6a719e4ab6d01a0434226.php
2.7
KB
-rw-r--r--
2021-03-26 07:37
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/export/method.twig */ class __TwigTemplate_8562da3a2c114cb5f2394c472a9a4b409a180de03b3e3430b9e8d4327372873a 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 if ((($context["export_method"] ?? null) != "custom-no-form")) { // line 2 echo " <div class=\"exportoptions\" id=\"quick_or_custom\"> <h3>"; // line 3 echo _gettext("Export method:"); echo "</h3> <ul> <li> <input type=\"radio\" name=\"quick_or_custom\" value=\"quick\" id=\"radio_quick_export\""; // line 7 echo (((($context["export_method"] ?? null) == "quick")) ? (" checked") : ("")); echo "> <label for=\"radio_quick_export\"> "; // line 9 echo _gettext("Quick - display only the minimal options"); // line 10 echo " </label> </li> <li> <input type=\"radio\" name=\"quick_or_custom\" value=\"custom\" id=\"radio_custom_export\""; // line 15 echo (((($context["export_method"] ?? null) == "custom")) ? (" checked") : ("")); echo "> <label for=\"radio_custom_export\"> "; // line 17 echo _gettext("Custom - display all possible options"); // line 18 echo " </label> </li> </ul> </div> "; } } public function getTemplateName() { return "display/export/method.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 68 => 18, 66 => 17, 61 => 15, 55 => 10, 53 => 9, 48 => 7, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/method.twig", "/home/www/unp/public/myadmin/templates/display/export/method.twig"); } }