Phalcon can manage raw args now

pull/2/head
Emilien Mantel 2015-09-09 17:22:49 +02:00
parent 3ee3c3acb9
commit ed5b7bf2cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends "_php.j2" %}
{% block template_try_files %}
try_files $uri $uri/ /index.php?_url=$uri;
try_files $uri $uri/ /index.php?_url=$uri$is_args&$args;
{% endblock %}