Hackfut Security File Manager
Current Path:
/opt/alt/python37/lib/python3.7/site-packages/lvestats/lib
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
lvestats
/
lib
/
📁
..
📄
__init__.py
(219 B)
📁
__pycache__
📁
chart
📄
cloudlinux_statistics.py
(24.38 KB)
📄
cloudlinux_statsnotifier.py
(5.21 KB)
📁
commons
📄
config.py
(2.94 KB)
📄
db_functions.py
(1.6 KB)
📄
dbengine.py
(9.29 KB)
📁
info
📄
jsonhandler.py
(482 B)
📄
lve_create_db.py
(1.92 KB)
📄
lve_list.py
(3.39 KB)
📄
lveinfolib.py
(39.95 KB)
📄
lveinfolib_gov.py
(13.59 KB)
📄
lvestats_server.py
(8.1 KB)
📄
notifications_helper.py
(5.45 KB)
📁
parsers
📄
server_id.py
(5.39 KB)
📄
snapshot.py
(7.39 KB)
📄
uidconverter.py
(5.11 KB)
📄
ustate.py
(8.65 KB)
Editing: jsonhandler.py
# 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 from __future__ import absolute_import import json def prepare_attention_json(msg): msg = msg.replace(' \n', '; ').replace('\n', '; ') return json.dumps({'success': 0, 'Error': msg}) def prepare_data_json(jsondata): return json.dumps({'success': 1, 'data': jsondata})
Upload File
Create Folder