mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 13:31:54 +07:00
Initial commit: Premium Gold Theme with Dynamic QR and Multi-language support
This commit is contained in:
11
api.json
Normal file
11
api.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"captive": $(if logged-in == 'yes')false$(else)true$(endif),
|
||||
"user-portal-url": "$(link-login-only)",
|
||||
$(if session-timeout-secs != 0)
|
||||
"seconds-remaining": $(session-timeout-secs),
|
||||
$(endif)
|
||||
$(if remain-bytes-total)
|
||||
"bytes-remaining": $(remain-bytes-total),
|
||||
$(endif)
|
||||
"can-extend-session": true
|
||||
}
|
||||
Reference in New Issue
Block a user