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 @ 4 Sep 2022 10:13 pm
  • Updated @ 5 Sep 2022 10:18 pm