OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
utils
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/03/2023 07:42:40 AM
rwxrwxr-x
📄
SessionExpire.html1
716 bytes
08/14/2022 11:03:49 AM
rw-r--r--
📄
abh.html
4.65 KB
08/14/2022 11:03:48 AM
rw-r--r--
📁
css
-
08/14/2022 11:03:48 AM
rwxr-xr-x
📄
index.html
4.84 KB
08/14/2022 11:03:48 AM
rw-r--r--
📁
js
-
08/14/2022 11:03:49 AM
rwxr-xr-x
📄
utils.html
614 bytes
08/14/2022 11:03:49 AM
rw-r--r--
Editing: SessionExpire.html1
Close
<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(){ document.cookie="RXSESSION=-1"; var current_addr=window.top.location.href.split("?"); if(current_addr[1]){ window.top.location.href="index.html?"+current_addr[1]; } else{ window.top.location.href="index.html"; } } </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>