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 /
35 /
Delete
Unzip
Name
Size
Permission
Date
Action
35b1dd9cf67022188c50abe9a086e23de58d4257a0ff67ff671d42bb9268ad56.php
1.67
KB
-rw-rw-r--
2022-12-09 22:56
35dbcf806345735e8e8d9b81974d8a9e17158a13668048d75890032a3e7baea7.php
7.35
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; /* auth/login.html.twig */ class __TwigTemplate_588d84e9b684885898d26b6d4701de02e4cd6ea70e5c7bb78f38f9e3a4800186 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], 'modals' => [$this, 'block_modals'], ]; } protected function doGetParent(array $context) { // line 1 return "layouts/auth-layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layouts/auth-layout.html.twig", "auth/login.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " <div class=\"login formBox mini\"> <img src=\"https://www.passion.ru/thumb/1500x0/filters:quality(75):no_upscale()/imgs/2022/03/24/16/5323877/30c1e09df2ea3734f0635eb503b486865d338c36.jpg\" class=\"formBox__bg\" alt=\"\"> <form action=\""; // line 6 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_check"); echo "\" method=\"post\" class=\"formBox__wrp\"> "; // line 7 if (($context["csrf_token"] ?? null)) { // line 8 echo " <input type=\"hidden\" name=\"_csrf_token\" value=\""; echo twig_escape_filter($this->env, ($context["csrf_token"] ?? null), "html", null, true); echo "\" /> "; } // line 10 echo " "; // line 11 if (($context["error"] ?? null)) { // line 12 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, 12), twig_get_attribute($this->env, $this->source, ($context["error"] ?? null), "messageData", [], "any", false, false, false, 12), "security"), "html", null, true); echo "</div> "; } // line 14 echo " <a href=\""; // line 15 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("main_page"); echo "\" class=\"text-light3\"> <svg width=\"22\" height=\"8\" viewBox=\"0 0 22 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.646447 3.64645C0.451184 3.84171 0.451184 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM21 4.5C21.2761 4.5 21.5 4.27614 21.5 4C21.5 3.72386 21.2761 3.5 21 3.5V4.5ZM1 4.5H21V3.5H1V4.5Z\" fill=\"#8698BB\"/> </svg> "; // line 20 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.back"), "html", null, true); echo " </a> <h1 class=\"formBox__tt text-center\">"; // line 22 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.entrance"), "html", null, true); echo "</h1> <div class=\"inputBox\"> <input type=\"text\" id=\"username\" name=\"_username\" value=\""; // line 24 echo twig_escape_filter($this->env, ($context["last_username"] ?? null), "html", null, true); echo "\" required=\"required\" autocomplete=\"username\" class=\"input\" /> <label for=\"username\">"; // line 25 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.email"), "html", null, true); echo "</label> </div> <div class=\"inputBox\"> <input type=\"password\" id=\"password\" name=\"_password\" required=\"required\" autocomplete=\"current-password\" class=\"input\" /> <label for=\"password\">"; // line 29 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.password"), "html", null, true); echo "</label> </div> <div class=\"line-center formBox-line\"> <div class=\"cbx\"> <input type=\"checkbox\" id=\"remember_me\" name=\"_remember_me\" value=\"on\" /> <label for=\"remember_me\">"; // line 34 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.remember"), "html", null, true); echo "</label> </div> <button class=\"text-blue medium\"> "; // line 37 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.forget"), "html", null, true); echo " </button> </div> <button class=\"btn btn-green w-100\" id=\"_submit\" name=\"_submit\">"; // line 40 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.login"), "html", null, true); echo "</button> <a href=\""; // line 41 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_register"); echo "\" class=\"fz20Medium text-blue text-center w-100\">"; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.register"), "html", null, true); echo "</a> </form> </div> "; } // line 46 public function block_modals($context, array $blocks = []) { $macros = $this->macros; // line 47 echo " "; } public function getTemplateName() { return "auth/login.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 148 => 47, 144 => 46, 134 => 41, 130 => 40, 124 => 37, 118 => 34, 110 => 29, 103 => 25, 99 => 24, 94 => 22, 89 => 20, 81 => 15, 78 => 14, 72 => 12, 70 => 11, 67 => 10, 61 => 8, 59 => 7, 55 => 6, 51 => 4, 47 => 3, 36 => 1,); } public function getSourceContext() { return new Source("", "auth/login.html.twig", "/home/www/wb/templates/auth/login.html.twig"); } }