Merge pull request #262 from wrongecho/setup-notes

Setup notes
This commit is contained in:
Johnny
2022-01-09 22:57:18 -05:00
committed by GitHub
2 changed files with 3 additions and 54 deletions

View File

@@ -962,6 +962,8 @@ if(isset($_POST['add_company_settings'])){
<li>Acquire balance can be useful for customer's to get their balance by phone</li>
<li>Add new assets</li>
</ul>
<hr>
<p class="text-muted">This program is free software: you can redistribute it and/or modify it under the terms of the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a>. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.</p>
<?php
// Check that there is access to write config.php
if(!file_put_contents("config.php", "Test")){