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 /
dev /
twig /
e1 /
Delete
Unzip
Name
Size
Permission
Date
Action
e161dd0006686bc64cc062d9372149a185d6b38fcbebf7209341f60225828e8f.php
3.56
KB
-rw-rw-rw-
2022-12-22 17:25
e1ac0a4c369be2f2592fe944968d96e1bd3c86150581e35740f4c80ff618e554.php
5.43
KB
-rw-rw-rw-
2023-08-29 11:45
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; /* blocks/header.html.twig */ class __TwigTemplate_9738678a0356594e5f80628f32ae19f034ae257dc757fd9bf546b66dd3397e37 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; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blocks/header.html.twig")); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blocks/header.html.twig")); // line 1 echo "<!-- Navbar --> <nav class=\"main-header navbar navbar-expand navbar-white navbar-light\" style=\"margin-left:0 !important;\"> <!-- Left navbar links --> <ul class=\"navbar-nav\"> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/\" class=\"brand-link\"> <img src=\"/img/AdminLTELogo.png\" alt=\"WB\" class=\"brand-image img-circle elevation-3\"> <span class=\"brand-text font-weight-light\">WB</span> </a> </li> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/\" class=\"nav-link\">Главная</a> </li> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/lk/analytics\" class=\"nav-link\">WB</a> </li> </ul> <!-- Right navbar links --> <ul class=\"navbar-nav ml-auto\"> <li class=\"nav-item\"> "; // line 21 if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 21, $this->source); })()), "user", [], "any", false, false, false, 21)) { // line 22 echo " <a href=\"/lk/personal\" class=\"nav-link info\"role=\"button\">"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 22, $this->source); })()), "user", [], "any", false, false, false, 22), "email", [], "any", false, false, false, 22), "html", null, true); echo "</a> "; } // line 24 echo " </li> </ul> </nav> <!-- /.navbar -->"; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "blocks/header.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 73 => 24, 67 => 22, 65 => 21, 43 => 1,); } public function getSourceContext() { return new Source("<!-- Navbar --> <nav class=\"main-header navbar navbar-expand navbar-white navbar-light\" style=\"margin-left:0 !important;\"> <!-- Left navbar links --> <ul class=\"navbar-nav\"> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/\" class=\"brand-link\"> <img src=\"/img/AdminLTELogo.png\" alt=\"WB\" class=\"brand-image img-circle elevation-3\"> <span class=\"brand-text font-weight-light\">WB</span> </a> </li> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/\" class=\"nav-link\">Главная</a> </li> <li class=\"nav-item d-none d-sm-inline-block\"> <a href=\"/lk/analytics\" class=\"nav-link\">WB</a> </li> </ul> <!-- Right navbar links --> <ul class=\"navbar-nav ml-auto\"> <li class=\"nav-item\"> {% if app.user %} <a href=\"/lk/personal\" class=\"nav-link info\"role=\"button\">{{ app.user.email }}</a> {% endif %} </li> </ul> </nav> <!-- /.navbar -->", "blocks/header.html.twig", "/home/www/wb/templates/blocks/header.html.twig"); } }