REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 989 B
Close
/opt/cloudlinux/venv/lib/python3.11/site-packages/clcommon/public_hooks/bundle/hooks.py
Text
Base64
#!/opt/cloudlinux/venv/bin/python3 -bb # -*- coding: utf-8 -*- # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2018 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # import argparse from clcommon.public_hooks import setup_logger_and_sentry from clcommon.public_hooks.bundle import install_hooks, remove_hooks if __name__ == '__main__': logger = setup_logger_and_sentry() parser = argparse.ArgumentParser() subparsers = parser.add_subparsers(dest='command') subparsers.add_parser('install') subparsers.add_parser('remove') args = parser.parse_args() if args.command == 'install': logger.info('Installing hooks for control panel actions') install_hooks() elif args.command == 'remove': logger.info('Removing hooks from control panel') remove_hooks() else: raise NotImplementedError(f'command `{args.command}` is not implemented')
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 4 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cpanel
DIR
-
drwxr-xr-x
2026-03-14 07:01:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
directadmin
DIR
-
drwxr-xr-x
2026-03-14 07:01:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plesk
DIR
-
drwxr-xr-x
2026-03-14 07:01:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__pycache__
DIR
-
drwxr-xr-x
2026-03-14 07:01:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks.py
989 B
lrwxr-xr-x
2026-02-10 15:06:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
810 B
lrw-r--r--
2026-02-10 15:06:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).