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 /
cd /
Delete
Unzip
Name
Size
Permission
Date
Action
cd49d3c02dd4595174d41857358a108cda7db4a4ac4f456dcb0e0368a8d3f6e9.php
2.91
KB
-rw-r--r--
2021-02-05 18:44
cdd9d8d7288573123566941a4411a905d2e13a3405f6610207436a927549a7ed.php
3.44
KB
-rw-r--r--
2021-03-26 07:37
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; /* database/structure/index.twig */ class __TwigTemplate_75eaa39305a50c5f2ecf6bc3bcd2a57605d5543c37bab51042848d1900d6b5f6 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["has_tables"] ?? null)) { // line 2 echo " <div id=\"tableslistcontainer\"> "; // line 3 echo ($context["list_navigator_html"] ?? null); echo " "; // line 5 echo ($context["table_list_html"] ?? null); echo " "; // line 7 echo ($context["list_navigator_html"] ?? null); echo " </div> <hr> <p class=\"print_ignore\"> <a href=\"#\" id=\"printView\"> "; // line 12 echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true); echo " </a> <a href=\"db_datadict.php"; // line 14 echo PhpMyAdmin\Url::getCommon(["db" => ($context["database"] ?? null), "goto" => "db_structure.php"]); echo "\" target=\"print_view\"> "; // line 15 echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true); echo " </a> </p> "; } else { // line 19 echo " "; echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("No tables found in database.")]); echo " "; } // line 21 echo " "; // line 22 if ( !($context["is_system_schema"] ?? null)) { // line 23 echo " "; echo ($context["create_table_html"] ?? null); echo " "; } } public function getTemplateName() { return "database/structure/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 87 => 23, 85 => 22, 82 => 21, 76 => 19, 69 => 15, 65 => 14, 60 => 12, 52 => 7, 47 => 5, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/structure/index.twig", "/home/www/unp/public/myadmin/templates/database/structure/index.twig"); } }