OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
showcase
/
capacity
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:05:33 AM
rwxr-xr-x
📄
SessionExpire.html
716 bytes
08/14/2022 11:05:28 AM
rw-r--r--
📄
abh.html
4.65 KB
08/14/2022 11:05:30 AM
rw-r--r--
📁
css
-
08/14/2022 11:05:30 AM
rwxr-xr-x
📄
customer_destination.html
4.86 KB
08/14/2022 11:05:33 AM
rw-r--r--
📄
d3Charts.css
2.32 KB
08/14/2022 11:05:30 AM
rw-r--r--
📄
index.html
5.25 KB
08/14/2022 11:05:30 AM
rw-r--r--
📄
index.html_31_03_2016
4.96 KB
08/14/2022 11:05:28 AM
rw-r--r--
📁
js
-
08/14/2022 11:05:33 AM
rwxr-xr-x
📄
utils.html
614 bytes
08/14/2022 11:05:33 AM
rw-r--r--
Editing: SessionExpire.html
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>