api - login/out possible

This commit is contained in:
Timon Ostertun
2020-09-22 18:01:00 +02:00
parent 9371acec8c
commit cb840a8451
11 changed files with 602 additions and 11 deletions

8
api/.htaccess_example Normal file
View File

@@ -0,0 +1,8 @@
RewriteEngine on
# root directory:
RewriteBase /projects/RegattenApp/api/
# Show site
RewriteRule ^(.*)$ index.php?request=$1 [QSA]