Server IP : 85.214.239.14 / Your IP : 3.149.26.47 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/phpMyAdmin/tmp/twig/d2/ |
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; /* setup/servers/index.twig */ class __TwigTemplate_8a70ab156d98c62d7a5bf75f0581ae8a799303b4c8d1d6f8fbf95fed463feea2 extends \Twig\Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "setup/base.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("setup/base.twig", "setup/servers/index.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 2 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 3 echo " "; // line 4 if (((($context["mode"] ?? null) == "edit") && ($context["has_server"] ?? null))) { // line 5 echo " <h2> "; // line 6 echo _gettext("Edit server"); // line 7 echo " "; echo twig_escape_filter($this->env, ($context["server_id"] ?? null), "html", null, true); echo " <small>("; // line 8 echo twig_escape_filter($this->env, ($context["server_dsn"] ?? null), "html", null, true); echo ")</small> </h2> "; } elseif ((( // line 10 ($context["mode"] ?? null) != "revert") || !($context["has_server"] ?? null))) { // line 11 echo " <h2>"; echo _gettext("Add a new server"); echo "</h2> "; } // line 13 echo " "; // line 14 echo ($context["page"] ?? null); echo " "; } public function getTemplateName() { return "setup/servers/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 81 => 14, 78 => 13, 72 => 11, 70 => 10, 65 => 8, 60 => 7, 58 => 6, 55 => 5, 53 => 4, 50 => 3, 46 => 2, 35 => 1,); } public function getSourceContext() { return new Source("", "setup/servers/index.twig", "/var/www/wordpress/phpMyAdmin/templates/setup/servers/index.twig"); } }