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 : 216.73.216.55
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 /
10 /
Delete
Unzip
Name
Size
Permission
Date
Action
107822c1aa814ca2962e667f8c6a02e43642225819e4e7a740cb3baeccd76eeb.php
6.11
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/layout.html.twig */ class __TwigTemplate_2f69cbb4487c058c32f60c9c668b290ecca95476c914613a958c980ebdf72165 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'fos_user_content' => [$this, 'block_fos_user_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<!DOCTYPE html> <html> <head> <meta charset=\"UTF-8\" /> </head> <body> <div> "; // line 8 if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) { // line 9 echo " "; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.logged_in_as", ["%username%" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 9), "username", [], "any", false, false, false, 9)], "FOSUserBundle"), "html", null, true); echo " | <a href=\""; // line 10 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_logout"); echo "\"> "; // line 11 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.logout", [], "FOSUserBundle"), "html", null, true); echo " </a> "; } else { // line 14 echo " <a href=\""; echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_login"); echo "\">"; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("layout.login", [], "FOSUserBundle"), "html", null, true); echo "</a> "; } // line 16 echo " </div> "; // line 18 if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 18), "hasSession", [], "any", false, false, false, 18) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 18), "hasPreviousSession", [], "any", false, false, false, 18))) { // line 19 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 19), "flashbag", [], "any", false, false, false, 19), "all", [], "method", false, false, false, 19)); foreach ($context['_seq'] as $context["type"] => $context["messages"]) { // line 20 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($context["messages"]); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 21 echo " <div class=\"flash-"; echo twig_escape_filter($this->env, $context["type"], "html", null, true); echo "\"> "; // line 22 echo twig_escape_filter($this->env, $context["message"], "html", null, true); echo " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 26 echo " "; } // line 27 echo " <div> "; // line 29 $this->displayBlock('fos_user_content', $context, $blocks); // line 31 echo " </div> </body> </html> "; } // line 29 public function block_fos_user_content($context, array $blocks = []) { $macros = $this->macros; // line 30 echo " "; } public function getTemplateName() { return "@FOSUser/layout.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 128 => 30, 124 => 29, 117 => 31, 115 => 29, 111 => 27, 108 => 26, 102 => 25, 93 => 22, 88 => 21, 83 => 20, 78 => 19, 76 => 18, 72 => 16, 64 => 14, 58 => 11, 54 => 10, 49 => 9, 47 => 8, 38 => 1,); } public function getSourceContext() { return new Source("", "@FOSUser/layout.html.twig", "/home/www/wb/vendor/friendsofsymfony/user-bundle/Resources/views/layout.html.twig"); } }