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 /
bd /
Delete
Unzip
Name
Size
Permission
Date
Action
bdd1ccf91eb7000f79ae1c77c596f1158b7cdc8e49f72fbcf9ab23db6ae29f29.php
2.7
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/email.txt.twig */ class __TwigTemplate_0df175324947568d5cbd78a96a5093110e3a39b07383c31889ae76ca6c8c3c97 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'subject' => [$this, 'block_subject'], 'body_text' => [$this, 'block_body_text'], 'body_html' => [$this, 'block_body_html'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 $this->displayBlock('subject', $context, $blocks); // line 7 echo " "; // line 8 $this->displayBlock('body_text', $context, $blocks); // line 13 $this->displayBlock('body_html', $context, $blocks); } // line 2 public function block_subject($context, array $blocks = []) { $macros = $this->macros; // line 4 echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("registration.email.subject", ["%username%" => twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "username", [], "any", false, false, false, 4)], "FOSUserBundle"); } // line 8 public function block_body_text($context, array $blocks = []) { $macros = $this->macros; // line 10 echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("registration.email.message", ["%username%" => twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "username", [], "any", false, false, false, 10), "%confirmationUrl%" => ($context["confirmationUrl"] ?? null)], "FOSUserBundle"); echo " "; } // line 13 public function block_body_html($context, array $blocks = []) { $macros = $this->macros; } public function getTemplateName() { return "auth/email.txt.twig"; } public function getDebugInfo() { return array ( 69 => 13, 63 => 10, 59 => 8, 55 => 4, 51 => 2, 47 => 13, 45 => 8, 42 => 7, 40 => 2,); } public function getSourceContext() { return new Source("", "auth/email.txt.twig", "/home/www/wb/templates/auth/email.txt.twig"); } }