First commit.

This still needs some work on the installer, which is not added yet.
This commit is contained in:
Raymond Jelierse
2012-02-25 20:55:15 +01:00
commit 0fd915729b
18 changed files with 1143 additions and 0 deletions

12
.htaccess Normal file
View File

@ -0,0 +1,12 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(start|finish|results)/?$ index.php?mode=$1 [L]
RewriteRule ^phase/(notable|unnoted|renoted)/?$ index.php?mode=phase&phase=$1 [L]
RewriteRule ^results/(download|filtered)/? index.php?mode=results&$1=1 [L]
</IfModule>
<Files settings.json>
Deny from all
</Files>