Database Configuration
to change configuration please see includes/config.php file
you must edit this data with your own data.
//database configuration
$host = "localhost";
$user = "root";
$pass = "";
$database = "your_single_radio_db";
Last updated