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 /
08 /
Delete
Unzip
Name
Size
Permission
Date
Action
08a8f8204b4ae0f09c076b387a6b29e559a9a12a0c3beba00152220c201cda7c.php
7.62
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; /* layouts/auth-layout.html.twig */ class __TwigTemplate_96299085456d490e88896fc1397a2bab861afb02fd049c21873677366a4a4268 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'title' => [$this, 'block_title'], 'body' => [$this, 'block_body'], 'header' => [$this, 'block_header'], 'content' => [$this, 'block_content'], 'modals' => [$this, 'block_modals'], 'javascript_bottom' => [$this, 'block_javascript_bottom'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<!DOCTYPE html> <html lang=\"en\"> <head> <meta charset=\"UTF-8\"> <link rel=\"stylesheet\" href=\""; // line 5 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/style.min.css"), "html", null, true); echo "\"> <link rel=\"stylesheet\" href=\""; // line 6 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom.css"), "html", null, true); echo "\"> <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css\" /> <!-- Useful meta tags --> <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"> <meta name=\"robots\" content=\"index, follow\"> <meta name=\"google\" content=\"notranslate\"> <meta name=\"format-detection\" content=\"telephone=no\"> <meta name=\"description\" content=\"\"> <title> "; // line 18 $this->displayBlock('title', $context, $blocks); // line 30 echo " </title> </head> "; // line 32 $this->displayBlock('body', $context, $blocks); // line 61 echo "</html>"; } // line 18 public function block_title($context, array $blocks = []) { $macros = $this->macros; // line 19 echo " "; if ((array_key_exists("title", $context) && ($context["title"] ?? null))) { // line 20 echo " "; if (twig_test_iterable(($context["title"] ?? null))) { // line 21 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["title"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["titleItem"]) { // line 22 echo " "; echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $context["titleItem"]), "html", null, true); echo " - "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['titleItem'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 24 echo " "; } else { // line 25 echo " "; echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, ($context["title"] ?? null)), "html", null, true); echo " - "; } // line 27 echo " "; } // line 28 echo " "; echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Google-top", [], "messages"); // line 29 echo " "; } // line 32 public function block_body($context, array $blocks = []) { $macros = $this->macros; // line 33 echo " <body> <div class=\"wrapperDefault\"> <!-- Page Header--> "; // line 36 $this->displayBlock('header', $context, $blocks); // line 39 echo " "; // line 40 $this->displayBlock('content', $context, $blocks); // line 41 echo " </div> <div class=\"modals\"> "; // line 44 $this->displayBlock('modals', $context, $blocks); // line 45 echo " </div> <div class=\"window\"></div> <!--input for copy--> <input id=\"copy-link\" class=\"copy-input\" type=\"text\" value=\"\"> "; // line 51 $this->displayBlock('javascript_bottom', $context, $blocks); // line 58 echo " </body> "; } // line 36 public function block_header($context, array $blocks = []) { $macros = $this->macros; // line 37 echo " "; $this->loadTemplate("blocks/header-inner.html.twig", "layouts/auth-layout.html.twig", 37)->display($context); // line 38 echo " "; } // line 40 public function block_content($context, array $blocks = []) { $macros = $this->macros; } // line 44 public function block_modals($context, array $blocks = []) { $macros = $this->macros; } // line 51 public function block_javascript_bottom($context, array $blocks = []) { $macros = $this->macros; // line 52 echo " <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script> <script src=\"https://unpkg.com/swiper@8/swiper-bundle.min.js\"></script> <script src=\"https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.umd.js\"></script> <script src=\""; // line 55 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/js/app.js"), "html", null, true); echo "\"></script> <script src=\""; // line 56 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/js/custom.js"), "html", null, true); echo "\"></script> "; } public function getTemplateName() { return "layouts/auth-layout.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 198 => 56, 194 => 55, 189 => 52, 185 => 51, 179 => 44, 173 => 40, 169 => 38, 166 => 37, 162 => 36, 156 => 58, 154 => 51, 146 => 45, 144 => 44, 139 => 41, 137 => 40, 134 => 39, 132 => 36, 127 => 33, 123 => 32, 119 => 29, 116 => 28, 113 => 27, 107 => 25, 104 => 24, 95 => 22, 90 => 21, 87 => 20, 84 => 19, 80 => 18, 76 => 61, 74 => 32, 70 => 30, 68 => 18, 53 => 6, 49 => 5, 43 => 1,); } public function getSourceContext() { return new Source("", "layouts/auth-layout.html.twig", "/home/www/wb/templates/layouts/auth-layout.html.twig"); } }