Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
lib /
phpmyadmin /
tmp /
twig /
ce /
Delete
Unzip
Name
Size
Permission
Date
Action
cecd6180b6899cb865f1d0efa9ed520b.php
2.45
KB
-rw-r--r--
2025-06-07 13:33
Save
Rename
<?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_7c3ddddbd650cf2ad2754569a8345bf2 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"); } }