Mini Kabibi Habibi

Current Path : C:/xampp/htdocs/InventorySystem/includes/
Upload File :
Current File : C:/xampp/htdocs/InventorySystem/includes/config.php

<?php
/*
|--------------------------------------------------------------------------
| OWSA-INV V2
|--------------------------------------------------------------------------
| Author: Siamon Hasan
| Project Name: OSWA-INV
| Version: v2
| Offcial page: http://oswapp.com/
| facebook Page: https://www.facebook.com/oswapp
|
|
|
*/
  define( 'DB_HOST', 'localhost' );          // Set database host
  define( 'DB_USER', 'root' );             // Set database user
  define( 'DB_PASS', '' );             // Set database password
  define( 'DB_NAME', 'inventory_system' );        // Set database name

?>