[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/all/template/ -> cron.html (source)

   1  {#
   2      Runs the cron task by triggering server request to the URL on load. `img` is
   3      preferred over JS to ensure maximum compatibility. We use `class="sr-only"`
   4      to hide visually and `aria-hidden="true"` to hide from screen-readers; using
   5      `hidden` or `display: none` would prevent the task from running.
   6  #}
   7  <img class="sr-only" aria-hidden="true" src="{{ CRON_TASK_URL|e('html_attr') }}" width="1" height="1" alt="">


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1