troppe modifiche, non so cosa scrivere
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
$host = "<MYSQL_HOST>";
|
||||
$user = "<MYSQL_USER>";
|
||||
$pass = "<MYSQL_PASSWORD>";
|
||||
$dbname = "school_timetable";
|
||||
include_once __DIR__ . '/../config/config.php';
|
||||
$host = DB_HOST;
|
||||
$user = DB_USER;
|
||||
$pass = DB_PASS;
|
||||
$dbname = DB_NAME;
|
||||
|
||||
$conn = new mysqli($host, $user, $pass, $dbname);
|
||||
if ($conn->connect_error) {
|
||||
|
Reference in New Issue
Block a user