icons, default settings
This commit is contained in:
11
config.php
Normal file
11
config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
########## MySql details (Replace with yours) #############
|
||||
$username = "root"; //mysql username
|
||||
$password = "AdmiN!04%sui"; //mysql password
|
||||
$hostname = "localhost"; //hostname
|
||||
$databasename = "yaptc"; //databasename
|
||||
|
||||
//connect to database
|
||||
$mysqli = new mysqli($hostname, $username, $password, $databasename);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user