first refonte

This commit is contained in:
osaajani 2019-10-29 14:57:13 +01:00
commit 9e9cd47b91
226 changed files with 34307 additions and 0 deletions

9
env.test.php Executable file
View file

@ -0,0 +1,9 @@
<?php
$env = [
//Database access
'DATABASE_HOST' => 'localhost',
'DATABASE_NAME' => 'raspisms',
'DATABASE_USER' => 'root',
'DATABASE_PASSWORD' => 'root',
];