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 /
55 /
Delete
Unzip
Name
Size
Permission
Date
Action
555f6ce54b5f147b2d9cbccf13fa73bb44509340bc42a040b63d5e7327f8ee2c.php
2.3
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/Profile/show_content.html.twig */ class __TwigTemplate_3c0861f9ff8b3b61d627bf96dd3f00f1f1cff536ba32f348f843e633cb1147d3 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 echo " <div class=\"fos_user_user_show\"> <p>"; // line 4 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("profile.show.username", [], "FOSUserBundle"), "html", null, true); echo ": "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "username", [], "any", false, false, false, 4), "html", null, true); echo "</p> <p>"; // line 5 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("profile.show.email", [], "FOSUserBundle"), "html", null, true); echo ": "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "email", [], "any", false, false, false, 5), "html", null, true); echo "</p> </div> "; } public function getTemplateName() { return "@FOSUser/Profile/show_content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 47 => 5, 41 => 4, 37 => 2,); } public function getSourceContext() { return new Source("", "@FOSUser/Profile/show_content.html.twig", "/home/www/wb/vendor/friendsofsymfony/user-bundle/Resources/views/Profile/show_content.html.twig"); } }