Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.222.82.248
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
public /
myadmin /
tmp /
twig /
d8 /
Delete
Unzip
Name
Size
Permission
Date
Action
d81b276e4c5ff2eed37444e17260a9bbe089ea9f9bf468e4ab2a7444860b4004.php
2.45
KB
-rw-r--r--
2021-03-26 07:37
d8eb8c3f41059f9715f8ef797f0ec481d3ab9bd9adafa7c749fd69810bc0aa3b.php
6.45
KB
-rw-r--r--
2021-02-05 18:44
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; /* display/export/option_header.twig */ class __TwigTemplate_db0cae3b89b507b00de2f3c1de8b9a94e8304204ace060e9bb0a2bcb541a7658 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 echo "<div class=\"exportoptions\" id=\"header\"> <h2> "; // line 3 echo PhpMyAdmin\Util::getImage("b_export", _gettext("Export")); echo " "; // line 4 if ((($context["export_type"] ?? null) == "server")) { // line 5 echo " "; echo _gettext("Exporting databases from the current server"); // line 6 echo " "; } elseif ((($context["export_type"] ?? null) == "database")) { // line 7 echo " "; echo twig_escape_filter($this->env, sprintf(_gettext("Exporting tables from \"%s\" database"), ($context["db"] ?? null)), "html", null, true); echo " "; } else { // line 9 echo " "; echo twig_escape_filter($this->env, sprintf(_gettext("Exporting rows from \"%s\" table"), ($context["table"] ?? null)), "html", null, true); echo " "; } // line 11 echo " </h2> </div> "; } public function getTemplateName() { return "display/export/option_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 65 => 11, 59 => 9, 53 => 7, 50 => 6, 47 => 5, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/option_header.twig", "/home/www/unp/public/myadmin/templates/display/export/option_header.twig"); } }