change to pg- and add duitku

This commit is contained in:
Ibnu Maksum
2022-09-14 15:58:12 +07:00
parent 48350941e9
commit 8a8c7f897f
14 changed files with 300 additions and 107 deletions

View File

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