Database Configuration

  1. to change configuration please see includes/config.php file

  2. you must edit this data with your own data.

includes/config.php
//database configuration
$host       = "localhost";
$user       = "root";
$pass       = "";
$database   = "wallpaper_db";

Last updated