Server IP : 10.111.20.6  /  Your IP : 216.73.217.121
Web Server : Apache
System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : edizioni ( 7252)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (2705) :  /home/edizioni/stampaeweb/../.config/../gulfanatura/saml1190/www/../templates/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../.config/../gulfanatura/saml1190/www/../templates/post.twig
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
    <link rel="icon" href="{{ asset("icons/favicon.ico") }}">
    <title>{% trans %}Sending message{% endtrans %}</title>
    <link rel="stylesheet" href="{{ asset("css/post.css") }}">
    <script src="{{ asset("js/post.js") }}"></script>
  </head>
  <body>
    <form method="post" action="{{ destination }}">
      {#- We need to add this element and call the click method, because calling submit() on the form causes failed
          submissions if the form has another element with name or id of submit. See:
          https://developer.mozilla.org/en/DOM/form.submit#Specification
       #}

      <input type="submit" id="postLoginSubmitButton">
      {%- for name, value in post %}
        {%- if value is iterable %}
          {%- for index, item in value %}

      <input type="hidden" name="{{ name }}[{{ index }}]" value="{{ value }}">
          {%- endfor %}
        {%- else %}

      <input type="hidden" name="{{ name }}" value="{{ value }}">
        {%- endif %}
      {%- endfor %}

      <noscript>
        <h2>{% trans %}Warning{% endtrans %}</h2>
        <p>{% trans %}Since your browser does not support Javascript, you must press the button below to proceed.{%
            endtrans %}</p>
        <button type="submit">{% trans %}Yes, continue{% endtrans %}</button>
      </noscript>
    </form>
  </body>
</html>