Some UI Enhancements, Fixed issue where dashboard was calculating transfers as well as payment as income, fixed missing syntax in cron.php, fixed issue where invoice notes were not showing under guest invoice view, updated the db to comply with mysql strict mode
This commit is contained in:
12
config.php
Normal file
12
config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbusername = "admin_crm";
|
||||
$dbpassword = "password";
|
||||
$database = "admin_crm";
|
||||
|
||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database);
|
||||
|
||||
include("get_settings.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user