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:
6
db.php
6
db.php
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user