added semicolon that was missing in conn
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
$server = "localhost";
|
||||
$username = "pxm";
|
||||
$password = "pixel";
|
||||
$db_name = "pixeltube_db"
|
||||
$db_name = "pixeltube_db";
|
||||
|
||||
$conn = new mysqli($server, $username, $password, $db_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user