mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-29 14:19:50 +00:00
css post
This commit is contained in:
@ -4,10 +4,10 @@ ini_set('display_errors', 1);
|
||||
|
||||
require_once "assets/php/functions.php";
|
||||
|
||||
$host = "127.0.0.1";
|
||||
$host = "localhost";
|
||||
$db = "blog";
|
||||
$user = "root";
|
||||
$pass = "root";
|
||||
$user = "blog";
|
||||
$pass = "blog";
|
||||
$charset="utf8mb4";
|
||||
|
||||
$dsn = "mysql:host=$host;dbname=$db;charset=$charset";
|
||||
|
Reference in New Issue
Block a user