Connexion to database

This commit is contained in:
Pierre
2017-05-17 14:01:36 +02:00
parent 09eaa2171c
commit 2fb7d0d43d
5 changed files with 642 additions and 1 deletions

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteRule . index.php [L]
</IfModule>