Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tmp
/
pma_template_compiles_tbf
/
twig
/
cb
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
cb397664aa7e2c7a027bdcca3826e73ec3771fd5087792fba819308f88c09796.php
| Size :
1.71
KB
Copy
<?php /* display/export/options_output_radio.twig */ class __TwigTemplate_32421e56c72b4140fbd5232e6b266996aff18a5dfbaabb68a2143020864b2e22 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<li> <input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\""; // line 3 echo (((($context["has_repopulate"] ?? null) || (($context["export_asfile"] ?? null) == false))) ? (" checked") : ("")); echo "> <label for=\"radio_view_as_text\"> "; // line 5 echo _gettext("View output as text"); // line 6 echo " </label> </li> "; } public function getTemplateName() { return "display/export/options_output_radio.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 29 => 6, 27 => 5, 22 => 3, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "display/export/options_output_radio.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_radio.twig"); } }
Back