OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
showcase
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/03/2023 07:42:40 AM
rwxrwxr-x
📄
.index_svg_min.html.swp
16 KB
08/14/2022 11:05:08 AM
rw-r--r--
📄
English.ui
4.93 KB
08/14/2022 11:05:08 AM
rw-r--r--
📄
Japanese.ui
7.36 KB
08/14/2022 11:05:05 AM
rw-r--r--
📄
SessionExpire.html
680 bytes
08/14/2022 11:05:05 AM
rw-r--r--
📁
capacity
-
08/14/2022 11:05:33 AM
rwxr-xr-x
📁
css
-
08/14/2022 11:05:08 AM
rwxr-xr-x
📄
index.html
16.52 KB
08/14/2022 11:05:08 AM
rw-r--r--
📄
index_debug_combined.html
14.74 KB
08/14/2022 11:05:08 AM
rw-r--r--
📄
index_svg_debug.html
15.25 KB
08/14/2022 11:05:28 AM
rw-r--r--
📄
index_svg_min.html
6.21 KB
08/14/2022 11:05:33 AM
rw-r--r--
📁
js
-
12/31/2022 06:53:36 AM
rwxr-xr-x
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>