Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: __init__.py
# coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2023 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from .base import InBurstingEventRow, init_db_schema from .cleanup import cleanup_running from .load import load_bursting_enabled_intervals_from_db from .save import events_saver_running __all__ = [ 'InBurstingEventRow', 'init_db_schema', 'load_bursting_enabled_intervals_from_db', 'events_saver_running', 'cleanup_running', ]