OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
VBox
/
map
/
map_bkup
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:05:01 AM
rwxr-xr-x
📄
SessionExpire.html
680 bytes
08/14/2022 11:04:59 AM
rw-r--r--
📁
css
-
08/14/2022 11:04:59 AM
rwxr-xr-x
📁
js
-
08/14/2022 11:05:00 AM
rwxr-xr-x
📄
map.html
5.89 KB
08/14/2022 11:04:59 AM
rw-r--r--
Editing: SessionExpire.html
Close
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CUBOT Showcase Session Expire Page</title> <script language=javascript> function logout(){ var current_addr=window.top.location.href.split("?"); if(current_addr[1]) window.top.location.href="/logout.rx?"+current_addr[1]; else window.top.location.href="/logout.rx"; } </script> </head> <body> <br/><br/><font style="color:orange;font-weight:bold;font-size:14px;"><center>Your session has expired. Please <a href="javascript:logout();">Click</a> here to login again.</center></font> </body> </html>