Uname: Linux premium72.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.29 [ PHP INFO ] PHP os: Linux
Server Ip: 198.54.125.95
Your Ip: 216.73.216.35
User: matican (532) | Group: matican (531)
Safe Mode: OFF
Disable Function:
NONE

name : 4d52c143b450f3f68037cb63f6e41b77.php
<?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;

/* recent_favorite_table_favorite.twig */
class __TwigTemplate_fd9182985aaa246278c6de56c91c6052 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
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["tables"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["table"]) {
            // line 2
            echo "<li class=\"warp_link\">
  <a
    class=\"ajax favorite_table_anchor\"
    href=\"";
            // line 5
            echo PhpMyAdmin\Url::getFromRoute("/database/structure/favorite-table", twig_get_attribute($this->env, $this->source, $context["table"], "remove_parameters", [], "any", false, false, false, 5));
            echo "\"
    title=\"";
echo _gettext("Remove from Favorites");
            // line 6
            echo "\"
    data-favtargetn=\"";
            // line 7
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["table"], "table_parameters", [], "any", false, false, false, 7), "md5", [], "any", false, false, false, 7), "html", null, true);
            echo "\"
  >
    ";
            // line 9
            echo PhpMyAdmin\Html\Generator::getIcon("b_favorite");
            echo "
  </a>
  <a href=\"";
            // line 11
            echo PhpMyAdmin\Url::getFromRoute("/table/recent-favorite", twig_get_attribute($this->env, $this->source, $context["table"], "table_parameters", [], "any", false, false, false, 11));
            echo "\">
    `";
            // line 12
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["table"], "table_parameters", [], "any", false, false, false, 12), "db", [], "any", false, false, false, 12), "html", null, true);
            echo "`.`";
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["table"], "table_parameters", [], "any", false, false, false, 12), "table", [], "any", false, false, false, 12), "html", null, true);
            echo "`
  </a>
</li>
";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['table'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
    }

    public function getTemplateName()
    {
        return "recent_favorite_table_favorite.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  68 => 12,  64 => 11,  59 => 9,  54 => 7,  51 => 6,  46 => 5,  41 => 2,  37 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "recent_favorite_table_favorite.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/recent_favorite_table_favorite.twig");
    }
}
© 2025 XylotrechusZ