golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/8d
⬆️ Go Up
Upload
File/Folder
Size
Actions
8d202a244f4b5c38a1df80fdb254a8267b451ff11a4afe5ca31e844aa978186e.php
2.16 KB
Del
OK
8d46178e1db7a08e822ae7f2b5ceb0f62f5ab02533c5b47ee902eef45b8e7bf9.php
3.54 KB
Del
OK
8d5d50c164200ffdc6f5fd15ae841aa43698a0300c8a697a21df4b1d61f630cd.php
3.15 KB
Del
OK
8d89fdd5f80adc08c78614e902e7f3dfa818a452f1fd9178b4acc1f03fa38535.php
1.74 KB
Del
OK
8d9d8a912b4c8cff24997c81deb097790322a80a0d11797efbc34dd3e7d3956b.php
1.48 KB
Del
OK
Edit: 8d89fdd5f80adc08c78614e902e7f3dfa818a452f1fd9178b4acc1f03fa38535.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/browse_table.twig */ class __TwigTemplate_2b9a64814d29dc1214d9daa3bf0bd91d6675c01e7bd83910da531ddd66592b92 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\"sql.php"; echo ($context["tbl_url_query"] ?? null); echo "&pos=0\"> "; // line 2 echo ($context["title"] ?? null); echo " </a> "; } public function getTemplateName() { return "database/structure/browse_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig"); } }
Save