21
config.php
Normal file
21
config.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
define('APP_URL', 'https://mbsa.nestict.net');
|
||||
$_app_stage = 'Live';
|
||||
|
||||
// Database PHPNuxBill
|
||||
$db_host = 'localhost';
|
||||
$db_user = 'Nestict';
|
||||
$db_password = 'Kenya@2030!';
|
||||
$db_name = 'mbsa';
|
||||
|
||||
if($_app_stage!='Live'){
|
||||
error_reporting(E_ERROR);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
}else{
|
||||
error_reporting(E_ERROR);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors',1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user