mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
add devices list and description
This commit is contained in:
parent
307abd64d3
commit
b3b058df48
8 changed files with 123 additions and 1 deletions
|
@ -12,6 +12,20 @@ use PEAR2\Net\RouterOS;
|
|||
|
||||
class MikrotikPppoe
|
||||
{
|
||||
// show Description
|
||||
function description()
|
||||
{
|
||||
return [
|
||||
'title' => 'Mikrotik PPPOE',
|
||||
'description' => 'To handle connection between PHPNuxBill with Mikrotik PPPOE',
|
||||
'author' => 'ibnux',
|
||||
'url' => [
|
||||
'Github' => 'https://github.com/hotspotbilling/phpnuxbill/',
|
||||
'Telegram' => 'https://t.me/ibnux',
|
||||
'Donate' => 'https://paypal.me/ibnux'
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
function add_customer($customer, $plan)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue