Server IP : 66.29.132.122 / Your IP : 3.15.15.160 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/admazpex/tmp/pma_template_compiles_admazpex/twig/a7/ |
Upload File : |
<?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; /* server/databases/index.twig */ class __TwigTemplate_48745f20527d82c00b904b417eb2c57e7a149a0a8e3a197def68f70ffe3a7e62 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 2 $this->loadTemplate("server/sub_page_header.twig", "server/databases/index.twig", 2)->display(twig_to_array(["type" => (( // line 3 ($context["dbstats"] ?? null)) ? ("database_statistics") : ("databases"))])); // line 5 echo " "; // line 7 if (($context["show_create_db"] ?? null)) { // line 8 echo " "; $this->loadTemplate("server/databases/create.twig", "server/databases/index.twig", 8)->display(twig_to_array(["is_create_db_priv" => // line 9 ($context["is_create_db_priv"] ?? null), "dbstats" => // line 10 ($context["dbstats"] ?? null), "db_to_create" => // line 11 ($context["db_to_create"] ?? null), "server_collation" => // line 12 ($context["server_collation"] ?? null), "dbi" => // line 13 ($context["dbi"] ?? null), "disable_is" => // line 14 ($context["disable_is"] ?? null)])); } // line 17 echo " "; // line 18 $this->loadTemplate("filter.twig", "server/databases/index.twig", 18)->display(twig_to_array(["filter_value" => ""])); // line 19 echo " "; // line 21 if ( !(null === ($context["databases"] ?? null))) { // line 22 echo " "; echo ($context["databases"] ?? null); echo " "; } else { // line 24 echo " <p>"; echo _gettext("No databases"); echo "</p> "; } } public function getTemplateName() { return "server/databases/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 64 => 24, 58 => 22, 56 => 21, 53 => 19, 51 => 18, 48 => 17, 45 => 14, 44 => 13, 43 => 12, 42 => 11, 41 => 10, 40 => 9, 38 => 8, 36 => 7, 33 => 5, 31 => 3, 30 => 2,); } /** @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("", "server/databases/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/index.twig"); } }