08d5266f3f07dda8f46425e0dc9853b3b099d3478a7c095c0e3bc91d88f7ecc2.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /* {{ config.plugins.admin.twofa_enabled }} */
  3. class __TwigTemplate_b5b2ff84b374f015cd674f1623b123c13bc90af28eb20fbb9befb0ef1619a387 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 1
  15. echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", array()), "admin", array()), "twofa_enabled", array()), "html", null, true);
  16. }
  17. public function getTemplateName()
  18. {
  19. return "{{ config.plugins.admin.twofa_enabled }}";
  20. }
  21. public function isTraitable()
  22. {
  23. return false;
  24. }
  25. public function getDebugInfo()
  26. {
  27. return array ( 19 => 1,);
  28. }
  29. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  30. public function getSource()
  31. {
  32. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  33. return $this->getSourceContext()->getCode();
  34. }
  35. public function getSourceContext()
  36. {
  37. return new Twig_Source("{{ config.plugins.admin.twofa_enabled }}", "{{ config.plugins.admin.twofa_enabled }}", "");
  38. }
  39. }