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 /
prod /
twig /
f7 /
Delete
Unzip
Name
Size
Permission
Date
Action
f73aff71325c8f2682da9fb7e5c6e70ab136993cc3a0a837c7a50f63f6eccab3.php
4.17
KB
-rw-rw-r--
2022-12-09 22:56
f73d1b4d92ae67a8d3e4fd9c08919d0933bf9b288c8e93eff655e56d27d27fac.php
9.9
KB
-rw-rw-r--
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_3242b3cbf388fdb76a22e2e0b2b44a850134f697d3426e5e3e21fc2d9087df3a 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; // line 2 echo " "; // line 3 if (($context["error"] ?? null)) { // 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, ($context["error"] ?? null), "messageKey", [], "any", false, false, false, 4), twig_get_attribute($this->env, $this->source, ($context["error"] ?? null), "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 (($context["csrf_token"] ?? null)) { // line 9 echo " <input type=\"hidden\" name=\"_csrf_token\" value=\""; echo twig_escape_filter($this->env, ($context["csrf_token"] ?? null), "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, ($context["last_username"] ?? null), "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> "; } public function getTemplateName() { return "@FOSUser/Security/login_content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 87 => 21, 82 => 19, 75 => 15, 70 => 13, 66 => 12, 63 => 11, 57 => 9, 55 => 8, 51 => 7, 48 => 6, 42 => 4, 40 => 3, 37 => 2,); } public function getSourceContext() { return new Source("", "@FOSUser/Security/login_content.html.twig", "/home/www/wb/vendor/friendsofsymfony/user-bundle/Resources/views/Security/login_content.html.twig"); } }