mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-21 17:26:18 +00:00
Basic account system
This commit is contained in:
parent
0536dfc62c
commit
87dc4d5ff0
19 changed files with 371 additions and 46 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue