Initial import

This commit is contained in:
genuineparts 2025-07-05 18:57:47 +02:00
commit c89f3a4171
8 changed files with 712 additions and 0 deletions

5
config.example.php Normal file
View file

@ -0,0 +1,5 @@
<?php
$DATABASE_HOST = 'localhost';
$DATABASE_USER = 'root';
$DATABASE_PASS = '';
$DATABASE_NAME = 'phplogin';