Basic account system

This commit is contained in:
Michał Gdula 2022-07-25 16:13:26 +01:00
parent 0536dfc62c
commit 87dc4d5ff0
19 changed files with 371 additions and 46 deletions

View file

@ -1,6 +1,6 @@
<?php
// Attempt database connection
$conn = mysqli_connect("localhost", "uwu", "password", "swag");
$conn = mysqli_connect("localhost", "uwu", "fennec621", "swag");
// If connecton failed, notify user
if ($conn->connect_error) {
echo "<p class='alert alert-low'>Could not connect to database</p>";