OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
lvestats
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:06 AM
rwxr-xr-x
📄
__init__.py
313 bytes
04/30/2024 07:38:37 PM
rw-r--r--
📁
__pycache__
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
burstwatcher
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
core
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
eventloop
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
lib
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📄
main.py
2.86 KB
04/30/2024 07:38:37 PM
rw-r--r--
📁
orm
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
plugins
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
snapshots
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📁
utils
-
08/20/2024 07:46:41 PM
rwxr-xr-x
📄
version.py
413 bytes
04/30/2024 07:38:37 PM
rw-r--r--
Editing: version.py
Close
#!/opt/cloudlinux/venv/bin/python3 -bb # coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # This variable will be updated by RPM spec durring build process from __future__ import print_function VERSION = "4.2.6-1.el8" if __name__ == '__main__': print(VERSION)