X7ROOT File Manager
Current Path:
/home/freights/tmp/pma_template_compiles_freights/twig/21
home
/
freights
/
tmp
/
pma_template_compiles_freights
/
twig
/
21
/
??
..
??
21409de3c64866296b837a3e0b7094893b9f44c0dc6159e1863054e497336fd1.php
(4.79 KB)
??
215ace602a5a776ce94d9d8feb7a5332.php
(2.04 KB)
??
21a3bee2bc40466295b888b9fec6fb9d77882a7cf061fd3f3d7194b5d54ab837.php
(8.94 KB)
??
21da9819143464d54ee6b898f48222ab320e5718dfa0e39cee2fa29422d74cc9.php
(1.83 KB)
??
ikqyn1ob
(9.03 KB)
??
yqmxekvm
(9.03 KB)
Editing: 215ace602a5a776ce94d9d8feb7a5332.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; /* database/structure/overhead.twig */ class __TwigTemplate_02717f14954c50fc88766ee034c32b13 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 yield "<a href=\""; yield PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null)); yield "#showusage\" id=\"overhead\"> <span>"; // line 2 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["formatted_overhead"] ?? null), "html", null, true); yield "</span> <span class=\"unit\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["overhead_unit"] ?? null), "html", null, true); yield "</span> </a> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/structure/overhead.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/structure/overhead.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/overhead.twig"); } }
Upload File
Create Folder