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 : 3.148.243.252
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 /
42 /
Delete
Unzip
Name
Size
Permission
Date
Action
42e482a44f5fa6bb417ebd655a5085bc6049d772df6ad2cf099bddf8e4a3d0a4.php
2.08
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; /* export/alias_item.twig */ class __TwigTemplate_e77906a35dfb7d6da26d22070062595ad356040a09df8f71d01fa62c8356b808 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 "<tr> <th>"; // line 2 echo twig_escape_filter($this->env, ($context["type"] ?? null), "html", null, true); echo "</th> <td>"; // line 3 echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true); echo "</td> <td> <input name=\""; // line 5 echo twig_escape_filter($this->env, ($context["field"] ?? null), "html", null, true); echo "\" value=\""; echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); echo "\" type=\"text\"> </td> <td> <button class=\"alias_remove btn btn-secondary\">"; // line 8 echo _gettext("Remove"); echo "</button> </td> </tr> "; } public function getTemplateName() { return "export/alias_item.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 57 => 8, 49 => 5, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "export/alias_item.twig", "/home/www/unp/public/myadmin/templates/export/alias_item.twig"); } }