Added further refinements to multi-company feature

This commit is contained in:
johnny@pittpc.com
2019-08-14 13:28:25 -04:00
parent 103b110042
commit 01f820b394
47 changed files with 122 additions and 114 deletions

View File

@@ -23,7 +23,7 @@ if(isset($_POST['add_database'])){
fwrite($myfile, $txt);
$txt = "config_app_name = IT CRM\n\n";
$txt = "\$config_app_name = 'IT CRM';\n\n";
fwrite($myfile, $txt);