| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/lib/phpmyadmin/tmp/twig/00/ |
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;
/* server/privileges/get_user_link.twig */
class __TwigTemplate_a70dc90e1bf125edf150bd0796ec73a6 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 "<a
";
// line 2
if ( !(($context["link_class"] ?? null) === "")) {
// line 3
echo " class=\"";
echo twig_escape_filter($this->env, ($context["link_class"] ?? null), "html", null, true);
echo "\"
";
}
// line 5
echo " href=\"";
echo PhpMyAdmin\Url::getFromRoute("/server/privileges", ((($context["is_revoke"] ?? null)) ? ([]) : (($context["url_params"] ?? null))));
echo "\"
";
// line 6
if (($context["is_revoke"] ?? null)) {
// line 7
echo " data-post=\"";
echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null), "");
echo "\"
";
}
// line 9
echo ">
";
// line 10
echo PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, ($context["action"] ?? null), "icon", [], "any", false, false, false, 10), twig_get_attribute($this->env, $this->source, ($context["action"] ?? null), "text", [], "any", false, false, false, 10));
echo "
</a>";
}
public function getTemplateName()
{
return "server/privileges/get_user_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 10, 61 => 9, 55 => 7, 53 => 6, 48 => 5, 42 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "server/privileges/get_user_link.twig", "/usr/share/phpmyadmin/templates/server/privileges/get_user_link.twig");
}
}