golden hour
/home/phakp/tmp/pma_template_compiles_phakp/twig/4e
⬆️ Go Up
Upload
File/Folder
Size
Actions
4e18d70cfbb6bf445e549032d630cf93936a72ce6b59fa0dd9614ca6619336e3.php
3.85 KB
Del
OK
4e2e5f208bf76aa8d3d7c96bf3cbf3abf9d4470e3314183db7dc5d88cd29f7ac.php
2.81 KB
Del
OK
4e3c190ec3531f9e8db845d588e6331233c2547092ec29ccd72a13abfb4da34c.php
2.49 KB
Del
OK
4e8f70ab052f0a5513536d20f156e0649e1791c083804a629624d2cb1e052f1f.php
3.96 KB
Del
OK
Edit: 4e2e5f208bf76aa8d3d7c96bf3cbf3abf9d4470e3314183db7dc5d88cd29f7ac.php
<?php /* server/databases/index.twig */ class __TwigTemplate_01585289d1152d9affb20bd17e1f07fb006f17ba9ae161364b51bde50092d1d3 extends Twig_Template { public function __construct(Twig_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(["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(["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(["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 ( 53 => 24, 47 => 22, 45 => 21, 42 => 19, 40 => 18, 37 => 17, 34 => 14, 33 => 13, 32 => 12, 31 => 11, 30 => 10, 29 => 9, 27 => 8, 25 => 7, 22 => 5, 20 => 3, 19 => 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 Twig_Source("", "server/databases/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/index.twig"); } }
Save