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 /
4c /
Delete
Unzip
Name
Size
Permission
Date
Action
4c00d40ff756386a14cdebb6a134b9226484e8688fe2d4499359d714ef117551.php
2.24
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/Registration/check_email.html.twig */ class __TwigTemplate_f6721e0bbe721fbef0a14f1a10cbf10a4901bbef0026f4af72e3cce89f84800f extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'fos_user_content' => [$this, 'block_fos_user_content'], ]; } protected function doGetParent(array $context) { // line 1 return "@FOSUser/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("@FOSUser/layout.html.twig", "@FOSUser/Registration/check_email.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 5 public function block_fos_user_content($context, array $blocks = []) { $macros = $this->macros; // line 6 echo " <p>"; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("registration.check_email", ["%email%" => twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "email", [], "any", false, false, false, 6)], "FOSUserBundle"), "html", null, true); echo "</p> "; } public function getTemplateName() { return "@FOSUser/Registration/check_email.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 50 => 6, 46 => 5, 35 => 1,); } public function getSourceContext() { return new Source("", "@FOSUser/Registration/check_email.html.twig", "/home/www/wb/vendor/friendsofsymfony/user-bundle/Resources/views/Registration/check_email.html.twig"); } }