Hello, I use hotspot with profiles (block, and others). I need get profile users in login.html page. Exemplo:
<body>
$(if profile==block)dst=blocked.html$(endif)
How to this in mikrotik 3.13?
I need get profile. I'm making profiles to block same users. I make this with javascript in login.htlm page. When it's get profile=block, the dst=$(login-orig) change for dst-block.html.