move config.php and install to root

This commit is contained in:
Ibnu Maksum
2022-09-19 09:31:35 +07:00
parent ac813ca132
commit 335c5e524b
18 changed files with 365 additions and 363 deletions

View File

@ -3,7 +3,7 @@
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
**/
require('config.php');
require('../config.php');
require('orm.php');
use PEAR2\Net\RouterOS;