mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-28 13:49:50 +00:00
css post
This commit is contained in:
@ -11,7 +11,7 @@ function endsWith($haystack, $needle) {
|
||||
}
|
||||
|
||||
function connect() {
|
||||
$host = "127.0.0.1";
|
||||
$host = "localhost";
|
||||
$db = "blog";
|
||||
$user = "blog";
|
||||
$pass = "blog";
|
||||
|
Reference in New Issue
Block a user