8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
$host = "localhost";
|
|
$user = "root";
|
|
$pass = "root";
|
|
$dbname = "u127175db3";
|
|
|
|
?>
|