Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 18.117.141.149
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/b6/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/wordpress/phpMyAdmin/tmp/twig/b6/b6ef65fdee674f10599c5417d387cc3c29fa558281721a12cf85961e4997c385.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;

/* navigation/main.twig */
class __TwigTemplate_f37cc6d5c1ad3afd316e47badc834038b74070fb9310f38e14405bd0f7da6450 extends \Twig\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
        if ( !($context["is_ajax"] ?? null)) {
            // line 2
            echo "  <div id=\"pma_navigation\">
    <div id=\"pma_navigation_resizer\"></div>
    <div id=\"pma_navigation_collapser\"></div>
    <div id=\"pma_navigation_content\">
      <div id=\"pma_navigation_header\">
        <a class=\"hide navigation_url\" href=\"navigation.php";
            // line 7
            echo PhpMyAdmin\Url::getCommon(["ajax_request" => true]);
            echo "\"></a>

        ";
            // line 9
            if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 9)) {
                // line 10
                echo "          <div id=\"pmalogo\">
            ";
                // line 11
                if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 11)) {
                    // line 12
                    echo "              <a href=\"";
                    echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", true, true, false, 12)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", false, false, false, 12), "#")) : ("#")), "html", null, true);
                    echo "\"";
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "attributes", [], "any", false, false, false, 12), "html", null, true);
                    echo ">
            ";
                }
                // line 14
                echo "            ";
                if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 14))) {
                    // line 15
                    echo "              <img id=\"imgpmalogo\" src=\"";
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 15), "html", null, true);
                    echo "\" alt=\"phpMyAdmin\">
            ";
                } else {
                    // line 17
                    echo "              <h1>phpMyAdmin</h1>
            ";
                }
                // line 19
                echo "            ";
                if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 19)) {
                    // line 20
                    echo "              </a>
            ";
                }
                // line 22
                echo "          </div>
        ";
            }
            // line 24
            echo "
        <div id=\"navipanellinks\">
          <a href=\"index.php";
            // line 26
            echo PhpMyAdmin\Url::getCommon();
            echo "\" title=\"";
            echo _gettext("Home");
            echo "\">";
            // line 27
            echo PhpMyAdmin\Util::getImage("b_home", _gettext("Home"));
            // line 28
            echo "</a>

          ";
            // line 30
            if ((($context["server"] ?? null) != 0)) {
                // line 31
                echo "            <a class=\"logout disableAjax\" href=\"logout.php";
                echo PhpMyAdmin\Url::getCommon();
                echo "\" title=\"";
                echo twig_escape_filter($this->env, (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))), "html", null, true);
                echo "\">";
                // line 32
                echo PhpMyAdmin\Util::getImage("s_loggoff", (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))));
                // line 33
                echo "</a>
          ";
            }
            // line 35
            echo "
          <a href=\"";
            // line 36
            echo PhpMyAdmin\Util::getDocuLink("index");
            echo "\" title=\"";
            echo _gettext("phpMyAdmin documentation");
            echo "\" target=\"_blank\" rel=\"noopener\">";
            // line 37
            echo PhpMyAdmin\Util::getImage("b_docs", _gettext("phpMyAdmin documentation"));
            // line 38
            echo "</a>

          <a href=\"";
            // line 40
            echo PhpMyAdmin\Util::getMySQLDocuURL("");
            echo "\" title=\"";
            echo _gettext("Documentation");
            echo "\" target=\"_blank\" rel=\"noopener noreferrer\">";
            // line 41
            echo PhpMyAdmin\Util::getImage("b_sqlhelp", _gettext("Documentation"));
            // line 42
            echo "</a>

          <a id=\"pma_navigation_settings_icon\"";
            // line 44
            echo (( !($context["is_navigation_settings_enabled"] ?? null)) ? (" class=\"hide\"") : (""));
            echo " href=\"#\" title=\"";
            echo _gettext("Navigation panel settings");
            echo "\">";
            // line 45
            echo PhpMyAdmin\Util::getImage("s_cog", _gettext("Navigation panel settings"));
            // line 46
            echo "</a>

          <a id=\"pma_navigation_reload\" href=\"#\" title=\"";
            // line 48
            echo _gettext("Reload navigation panel");
            echo "\">";
            // line 49
            echo PhpMyAdmin\Util::getImage("s_reload", _gettext("Reload navigation panel"));
            // line 50
            echo "</a>
        </div>

        ";
            // line 53
            if ((($context["is_servers_displayed"] ?? null) && (twig_length_filter($this->env, ($context["servers"] ?? null)) > 1))) {
                // line 54
                echo "          <div id=\"serverChoice\">
            ";
                // line 55
                echo ($context["server_select"] ?? null);
                echo "
          </div>
        ";
            }
            // line 58
            echo "
        ";
            // line 59
            echo PhpMyAdmin\Util::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]);
            // line 62
            echo "
      </div>
      <div id=\"pma_navigation_tree\" class=\"list_container";
            // line 64
            echo ((($context["is_synced"] ?? null)) ? (" synced") : (""));
            echo ((($context["is_highlighted"] ?? null)) ? (" highlight") : (""));
            echo ((($context["is_autoexpanded"] ?? null)) ? (" autoexpand") : (""));
            echo "\">
";
        }
        // line 66
        echo "
";
        // line 67
        if ( !($context["navigation_tree"] ?? null)) {
            // line 68
            echo "  ";
            echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("An error has occurred while loading the navigation display")]);
            echo "
";
        } else {
            // line 70
            echo "  ";
            echo ($context["navigation_tree"] ?? null);
            echo "
";
        }
        // line 72
        echo "
";
        // line 73
        if ( !($context["is_ajax"] ?? null)) {
            // line 74
            echo "      </div>

      <div id=\"pma_navi_settings_container\">
        ";
            // line 77
            if (($context["is_navigation_settings_enabled"] ?? null)) {
                // line 78
                echo "          ";
                echo ($context["navigation_settings"] ?? null);
                echo "
        ";
            }
            // line 80
            echo "      </div>
    </div>

    ";
            // line 83
            if (($context["is_drag_drop_import_enabled"] ?? null)) {
                // line 84
                echo "      <div class=\"pma_drop_handler\">
        ";
                // line 85
                echo _gettext("Drop files here");
                // line 86
                echo "      </div>
      <div class=\"pma_sql_import_status\">
        <h2>
          ";
                // line 89
                echo _gettext("SQL upload");
                // line 90
                echo "          ( <span class=\"pma_import_count\">0</span> )
          <span class=\"close\">x</span>
          <span class=\"minimize\">-</span>
        </h2>
        <div></div>
      </div>
    ";
            }
            // line 97
            echo "  </div>
";
        }
    }

    public function getTemplateName()
    {
        return "navigation/main.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  255 => 97,  246 => 90,  244 => 89,  239 => 86,  237 => 85,  234 => 84,  232 => 83,  227 => 80,  221 => 78,  219 => 77,  214 => 74,  212 => 73,  209 => 72,  203 => 70,  197 => 68,  195 => 67,  192 => 66,  185 => 64,  181 => 62,  179 => 59,  176 => 58,  170 => 55,  167 => 54,  165 => 53,  160 => 50,  158 => 49,  155 => 48,  151 => 46,  149 => 45,  144 => 44,  140 => 42,  138 => 41,  133 => 40,  129 => 38,  127 => 37,  122 => 36,  119 => 35,  115 => 33,  113 => 32,  107 => 31,  105 => 30,  101 => 28,  99 => 27,  94 => 26,  90 => 24,  86 => 22,  82 => 20,  79 => 19,  75 => 17,  69 => 15,  66 => 14,  58 => 12,  56 => 11,  53 => 10,  51 => 9,  46 => 7,  39 => 2,  37 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "navigation/main.twig", "/var/www/wordpress/phpMyAdmin/templates/navigation/main.twig");
    }
}

Anon7 - 2022
AnonSec Team