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.143.247.141
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 /
ff /
Delete
Unzip
Name
Size
Permission
Date
Action
ff59dbeea99bf5abdc36419b14f3a1a6513a0a8e264244465609b0551e2546fe.php
7.65
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; /* @JMSSerializer/Collector/metadata.html.twig */ class __TwigTemplate_951fc53ce81462b8707b2284b22d3e9fc2dae91844f7bb3ffab79f582de3916d 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 1 echo "<h2>Loaded metadata</h2>"; // line 3 if (twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 3))) { // line 4 echo "<div class=\"empty\"> <p>No metadata have been loaded.</p> </div>"; } else { // line 14 echo " <table> <thead> <tr> <th>Class</th> <th>File</th> </tr> </thead>"; // line 22 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 22)); foreach ($context['_seq'] as $context["class"] => $context["files"]) { // line 23 echo "<tr> <td>"; // line 24 echo twig_escape_filter($this->env, $context["class"], "html", null, true); echo "</td> <td nowrap=\"nowrap\">"; // line 26 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($context["files"]); foreach ($context['_seq'] as $context["_key"] => $context["file"]) { // line 27 echo twig_escape_filter($this->env, $context["file"], "html", null, true); echo "<br/> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 29 echo " </td> </tr>"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['class'], $context['files'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 32 echo "</table>"; } // line 36 echo "<h3>Attempted files</h3>"; // line 37 if (twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "metadataFiles", [], "any", false, false, false, 37))) { // line 38 echo "<div class=\"empty\"> <p>No metadata files attempted (if this list is empty, probably all the data are cached as expected)</p> </div>"; } else { // line 44 echo "<table> <thead> <tr> <th>Class</th> <th>Files</th> </tr> </thead>"; // line 51 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "metadataFiles", [], "any", false, false, false, 51)); foreach ($context['_seq'] as $context["class"] => $context["files"]) { // line 52 echo "<tr> <td>"; // line 53 echo twig_escape_filter($this->env, $context["class"], "html", null, true); echo "</td> <td nowrap=\"nowrap\">"; // line 55 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($context["files"]); foreach ($context['_seq'] as $context["file"] => $context["found"]) { // line 56 echo "<span style=\"color: "; echo (($context["found"]) ? ("green") : ("red")); echo "\"> "; // line 57 echo twig_escape_filter($this->env, $context["file"], "html", null, true); echo " ("; echo (($context["found"]) ? ("found") : ("not found")); echo ")<br/> </span> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['file'], $context['found'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 60 echo " </td> </tr>"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['class'], $context['files'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 63 echo "</table>"; } // line 66 echo "<h3>Configured metadata directories</h3> <table> <thead> <tr> <th>Prefix</th> <th>Path</th> </tr> </thead>"; // line 74 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedDirs", [], "any", false, false, false, 74)); foreach ($context['_seq'] as $context["prefix"] => $context["path"]) { // line 75 echo "<tr> <td>"; // line 76 echo twig_escape_filter($this->env, $context["prefix"], "html", null, true); echo "</td> <td>"; // line 77 echo twig_escape_filter($this->env, $context["path"], "html", null, true); echo "</td> </tr>"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['prefix'], $context['path'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 80 echo "</table> "; } public function getTemplateName() { return "@JMSSerializer/Collector/metadata.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 174 => 80, 166 => 77, 162 => 76, 159 => 75, 155 => 74, 146 => 66, 143 => 63, 136 => 60, 125 => 57, 120 => 56, 116 => 55, 112 => 53, 109 => 52, 105 => 51, 97 => 44, 92 => 38, 90 => 37, 88 => 36, 85 => 32, 78 => 29, 70 => 27, 66 => 26, 62 => 24, 59 => 23, 55 => 22, 46 => 14, 41 => 4, 39 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "@JMSSerializer/Collector/metadata.html.twig", "/home/www/wb/vendor/jms/serializer-bundle/Resources/views/Collector/metadata.html.twig"); } }