Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
.!!QgY /
twig /
e7 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
e75abc31eb1c66404ff0c57cb4ea142f.php
8.75
KB
-rwxrwxr-x
2026-05-18 12:54
Save
Rename
<?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; use Twig\TemplateWrapper; /* @User/UserField/edit.html.twig */ class __TwigTemplate_36dcc0a96adc7a204a4050e6b7a7e369 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'title' => [$this, 'block_title'], 'head_description' => [$this, 'block_head_description'], 'head_keyword' => [$this, 'block_head_keyword'], 'og_title' => [$this, 'block_og_title'], 'og_description' => [$this, 'block_og_description'], 'head_script' => [$this, 'block_head_script'], 'head_style' => [$this, 'block_head_style'], 'page_header_h1' => [$this, 'block_page_header_h1'], 'content' => [$this, 'block_content'], 'foot_script' => [$this, 'block_foot_script'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("base.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["pageTitleString"] ?? null), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["descriptionString"] ?? null), "html", null, true); yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_keyword(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["keyWordString"] ?? null), "html", null, true); yield from []; } // line 8 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["titleString"] ?? null), "html", null, true); yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["descriptionString"] ?? null), "html", null, true); yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 12 yield " "; yield from $this->yieldParentBlock("head_script", $context, $blocks); yield " "; yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " <link rel=\"stylesheet\" href=\""; // line 17 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacontent/css/content-frontend.css"), "html", null, true); yield "\" type=\"text/css\" media=\"all\" /> "; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_h1(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " "; if ((($context["userFieldId"] ?? null) == "")) { // line 22 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add Field"), "html", null, true); yield " "; } else { // line 24 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Edit Field"), "html", null, true); yield " "; } yield from []; } // line 28 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 29 yield " <div class=\"row-fluid\"> <div class=\"pull-right\"> "; // line 33 yield from $this->load("@UserBundle/UserList/menu.html.twig", 33)->unwrap()->yield($context); // line 34 yield " <a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_field_list", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 34)]), "html", null, true); yield "\" class=\"btn btn-primary pull-right\">"; // line 35 yield "Back to Fields"; yield "</a> </div> <p>"; // line 38 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Complete the field details"), "html", null, true); yield "</p> <div class=\"col-sm-12\"> "; // line 41 yield from $this->load("@UserBundle/Form/user_field.edit.html.twig", 41)->unwrap()->yield($context); // line 42 yield " </div> </div> "; yield from []; } // line 48 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 49 yield " "; yield from $this->yieldParentBlock("foot_script", $context, $blocks); yield " <script language=\"Javascript\"> \$(document).ready(function () { \$('#user_my_details_access_level').attr('style', 'width: 180px;'); \$('#user_my_details_access_level').select2({placeholder: \""; // line 53 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Click or type here to select one or more"), "html", null, true); yield "\"}); }); </script> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/UserField/edit.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 232 => 53, 224 => 49, 217 => 48, 208 => 42, 206 => 41, 200 => 38, 194 => 35, 189 => 34, 187 => 33, 181 => 29, 174 => 28, 165 => 24, 159 => 22, 156 => 21, 149 => 20, 142 => 17, 137 => 16, 130 => 15, 122 => 12, 115 => 11, 104 => 9, 93 => 8, 82 => 6, 71 => 5, 60 => 3, 49 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/UserField/edit.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/UserField/edit.html.twig"); } }