Solo

Installation

Edit Config File

Open the file config.php located at include folder and change values to yours.

$db_config = array(
'host' => 'localhost',
'user' => 'your_database_username',
'pass' => 'your_database_password',
'name' => 'your_database_name'
);
  • Created @ 5 Aug 2022 03:58 pm
  • Updated @ 17 Aug 2022 09:15 pm