Add phalcon framework

pull/2/head
Emilien Mantel 2015-08-14 17:14:06 +02:00
parent c42599b8cf
commit d75ae9b396
1 changed files with 5 additions and 0 deletions

View File

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