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 /
17 /
Delete
Unzip
Name
Size
Permission
Date
Action
175760da9113bbc74ffc2d256e2849dacefdec955a0b6effee1b6c693eee4aad.php
2.99
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/confirmed.html.twig */ class __TwigTemplate_a6ccded1a5ae5c4709fa4987660510760e80d3f0c4c4a983c11d7531e01b2cfc extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } 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/confirmed.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=\"\"> <div class=\"formBox__wrp\"> <div class=\"inputBox\"> <p>"; // line 9 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("registration.confirmed", ["%username%" => twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "username", [], "any", false, false, false, 9)]), "html", null, true); echo "</p> "; // line 10 if (($context["targetUrl"] ?? null)) { // line 11 echo " <p><a href=\""; echo twig_escape_filter($this->env, ($context["targetUrl"] ?? null), "html", null, true); echo "\">"; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("registration.back"), "html", null, true); echo "</a></p> "; } // line 13 echo " </div> </div> </div> "; } public function getTemplateName() { return "auth/confirmed.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 71 => 13, 63 => 11, 61 => 10, 57 => 9, 50 => 4, 46 => 3, 35 => 1,); } public function getSourceContext() { return new Source("", "auth/confirmed.html.twig", "/home/www/wb/templates/auth/confirmed.html.twig"); } }