mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
move config.php and install to root
This commit is contained in:
parent
ac813ca132
commit
335c5e524b
18 changed files with 365 additions and 363 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue