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
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
18 changed files with 365 additions and 363 deletions

View file

@ -7,7 +7,7 @@ if(php_sapi_name() !== 'cli'){
die("RUN ON COMMAND LINE ONLY BY RADIUS ENGINE");
}
require(__DIR__.'/config.php');
require(__DIR__.'/../config.php');
require(__DIR__.'/orm.php');
use PEAR2\Net\RouterOS;