Server IP : 162.0.232.140 / Your IP : 3.17.176.160 Web Server : LiteSpeed System : Linux premium139.web-hosting.com 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : micrcvoy ( 740) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/micrcvoy/tmp/pma_template_compiles_micrcvoy/twig/4d/ |
Upload File : |
<?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; /* sql/sql_query_results.twig */ class __TwigTemplate_d164f972e2ab257086a59296ff7beb9c 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 "<div class=\"sqlqueryresults ajax\"> "; // line 2 echo ($context["previous_update_query"] ?? null); echo " "; // line 3 echo ($context["profiling_chart"] ?? null); echo " "; // line 4 echo ($context["missing_unique_column_message"] ?? null); echo " "; // line 5 echo ($context["bookmark_created_message"] ?? null); echo " "; // line 6 echo ($context["table"] ?? null); echo " "; // line 7 echo ($context["bookmark_support"] ?? null); echo " </div> "; } public function getTemplateName() { return "sql/sql_query_results.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 60 => 7, 56 => 6, 52 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/sql_query_results.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/sql_query_results.twig"); } }