feat: added Sessionstart to header; changed navlinks in header; rework registration of services; created employee list with refund; created function for getting avatar and insert entry; changed data fetch for user; new style added

This commit is contained in:
Ioannis20x
2025-07-07 13:27:55 +02:00
parent 3479fd9e1d
commit 801434d7b5
8 changed files with 415 additions and 47 deletions

6
db.php
View File

@@ -1,8 +1,8 @@
<?php
$mysqli = new mysqli("ioannisdev.de", "samp", "Kokoras_12!!", "Alphacar");
$dbhandle = new mysqli("ioannisdev.de", "samp", "Kokoras_12!!", "Alphacar");
if($mysqli -> connect_errno) {
echo "Fehler beim verbinden: " . $mysqli -> connect_error;
if($dbhandle -> connect_errno) {
echo "Fehler beim verbinden: " . $dbhandle -> connect_error;
exit();
}
else{