nestict 985ba683b8 Upload files to "/"
Signed-off-by: nestict <icttechnest@gmail.com>
2025-05-24 09:58:46 +02:00

21 lines
524 B
PHP

<?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);
}