Restructed project and added docker support.

This commit is contained in:
2018-03-21 19:17:31 +00:00
parent f42396d784
commit 89d164f615
63 changed files with 155 additions and 140 deletions

7
src/.htaccess Normal file
View File

@@ -0,0 +1,7 @@
Options -Indexes
<IfModule mod_rewrite.c>
# Enable Rewrite Engine
RewriteEngine On
#RewriteBase /
RewriteRule ^rules/([\w]+)/?$ recall.php?id=$1
</IfModule>