6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
{% extends "_php.j2" %}
|
||
|
|
||
|
{% block template_try_files %}
|
||
|
try_files $uri $uri/ index.php?$args;
|
||
|
{% endblock %}
|