Added proof of concept for controllers system

This commit is contained in:
Marcin Kurczewski
2014-08-30 13:04:52 +02:00
parent 10e6c9f11f
commit ebc4fbba61
4 changed files with 52 additions and 0 deletions

2
public_html/.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteEngine On
RewriteRule ^/?api/(.*) api-dispatch.php?q=$1 [L]