@asistio04:
@mendilli:
for the username and ip;open captiveportal_logout.html which is in "/var/etc"
add this line anywhere you want to display the client username and client ip
LogoutWin.document.write('USERNAME =
');
LogoutWin.document.write('YOUR IP =
');
you are very welcome
Thank you for this ,,,tested and working