mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-22 22:43:35 +08:00
Updated Home (markdown)
parent
c0f2cf49a1
commit
455626d63e
1 changed files with 12 additions and 1 deletions
13
Home.md
13
Home.md
|
@ -76,4 +76,15 @@ for old version, below Version 6, backup **system/config.php**, delete all file
|
|||
|
||||
for version 6 above, just replace all files, using filezilla can choose overwrite if different file size or time.
|
||||
|
||||
or git pull if you use git clone
|
||||
or git pull if you use git clone
|
||||
|
||||
## Login Page Mikrotik
|
||||
|
||||
Customer need to register at PHPNuxBill, so you need to add link on Mikrotik Login page, just add anywhere this link on Mikrotik Login page, this link, change domain to your server IP or Domain.
|
||||
|
||||
|
||||
```html
|
||||
<a href="http://domain/?nux-mac=$(mac-esc)&nux-ip=$(ip)" class="btn btn-block btn-success">Register<a>
|
||||
```
|
||||
|
||||
`?nux-mac=$(mac-esc)&nux-ip=$(ip)` this will help user to auto login from User Dashboard
|
||||
|
|
Loading…
Reference in a new issue