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.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
dev /
twig /
47 /
Delete
Unzip
Name
Size
Permission
Date
Action
47ed794cb303f5f8dfcee33aba3d783a90891f4b548e086f21fbffca377f5504.php
7.42
KB
-rw-rw-rw-
2022-12-09 22:56
47f5b1fa0c20bf21789dbcf179c26fc8fd20e54af85a0c4a498304b315354e2b.php
122.24
KB
-rw-rw-rw-
2022-12-09 22:56
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; /* @FOSUser/Security/login_content.html.twig */ class __TwigTemplate_a86aeb3dcb6f32d71261d0983bb0c4fb7aed7495e10c0138f32b1fdd012b43e7 extends 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; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@FOSUser/Security/login_content.html.twig")); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@FOSUser/Security/login_content.html.twig")); // line 2 echo " "; // line 3 if ((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 3, $this->source); })())) { // line 4 echo " <div>"; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 4, $this->source); })()), "messageKey", [], "any", false, false, false, 4), twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 4, $this->source); })()), "messageData", [], "any", false, false, false, 4), "security"), "html", null, true); echo "</div> "; } // line 6 echo " <form action=\""; // line 7 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_check"); echo "\" method=\"post\"> "; // line 8 if ((isset($context["csrf_token"]) || array_key_exists("csrf_token", $context) ? $context["csrf_token"] : (function () { throw new RuntimeError('Variable "csrf_token" does not exist.', 8, $this->source); })())) { // line 9 echo " <input type=\"hidden\" name=\"_csrf_token\" value=\""; echo twig_escape_filter($this->env, (isset($context["csrf_token"]) || array_key_exists("csrf_token", $context) ? $context["csrf_token"] : (function () { throw new RuntimeError('Variable "csrf_token" does not exist.', 9, $this->source); })()), "html", null, true); echo "\" /> "; } // line 11 echo " <label for=\"username\">"; // line 12 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("security.login.username", [], "FOSUserBundle"), "html", null, true); echo "</label> <input type=\"text\" id=\"username\" name=\"_username\" value=\""; // line 13 echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username", $context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.', 13, $this->source); })()), "html", null, true); echo "\" required=\"required\" autocomplete=\"username\" /> <label for=\"password\">"; // line 15 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("security.login.password", [], "FOSUserBundle"), "html", null, true); echo "</label> <input type=\"password\" id=\"password\" name=\"_password\" required=\"required\" autocomplete=\"current-password\" /> <input type=\"checkbox\" id=\"remember_me\" name=\"_remember_me\" value=\"on\" /> <label for=\"remember_me\">"; // line 19 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("security.login.remember_me", [], "FOSUserBundle"), "html", null, true); echo "</label> <input type=\"submit\" id=\"_submit\" name=\"_submit\" value=\""; // line 21 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("security.login.submit", [], "FOSUserBundle"), "html", null, true); echo "\" /> </form> "; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "@FOSUser/Security/login_content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 93 => 21, 88 => 19, 81 => 15, 76 => 13, 72 => 12, 69 => 11, 63 => 9, 61 => 8, 57 => 7, 54 => 6, 48 => 4, 46 => 3, 43 => 2,); } public function getSourceContext() { return new Source("{% trans_default_domain 'FOSUserBundle' %} {% if error %} <div>{{ error.messageKey|trans(error.messageData, 'security') }}</div> {% endif %} <form action=\"{{ path(\"fos_user_security_check\") }}\" method=\"post\"> {% if csrf_token %} <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token }}\" /> {% endif %} <label for=\"username\">{{ 'security.login.username'|trans }}</label> <input type=\"text\" id=\"username\" name=\"_username\" value=\"{{ last_username }}\" required=\"required\" autocomplete=\"username\" /> <label for=\"password\">{{ 'security.login.password'|trans }}</label> <input type=\"password\" id=\"password\" name=\"_password\" required=\"required\" autocomplete=\"current-password\" /> <input type=\"checkbox\" id=\"remember_me\" name=\"_remember_me\" value=\"on\" /> <label for=\"remember_me\">{{ 'security.login.remember_me'|trans }}</label> <input type=\"submit\" id=\"_submit\" name=\"_submit\" value=\"{{ 'security.login.submit'|trans }}\" /> </form> ", "@FOSUser/Security/login_content.html.twig", "/home/www/wb/vendor/friendsofsymfony/user-bundle/Resources/views/Security/login_content.html.twig"); } }