phpinfo.php 142 B

12345678
  1. <?php
  2. {% if ansible_prolog -%}
  3. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  4. {{ prolog() }}
  5. {% endif -%}
  6. phpinfo();
  7. ?>