mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-22 15:42:25 +02:00
[+] Add Mail Server to the left menu. [+] Add Mail Server - WebMail (requires Mail Server upgrade 5.1) [+] Add WP Toolkit Plugin, Theme installation. [+] Add Mail Server Login info. [+] Add Mail Server WebMail One-click Login (requires Mail Server upgrade 5.2). [+] Redesigned Security - Firewall. [*] Optimized Mass Mail sending speed. [*] Optimized the CPU usage problem of aaPanel startup service. [-] Fix apache application, renew SSL issue. [-] Fix Let's Encrypt account registeration failed. [-] Fix openlitespeed using capital letters on domain name caused the website cannot be accessed issue. [-] Fix problem of failure to reset root password in some versions of MariaDB. [-] Fix an error in modifying Permission in some cases of MySQL. [-] Fix the Website category display problem.
19 lines
622 B
Python
19 lines
622 B
Python
import public
|
|
import public.PluginLoader as plugin_loader
|
|
|
|
|
|
core_m = plugin_loader.get_module('{}/class_v2/wp_toolkit/core.py'.format(public.get_panel_path()))
|
|
wpmgr = core_m.wpmgr
|
|
wp_version = core_m.wp_version
|
|
wpfastcgi_cache = core_m.wpfastcgi_cache
|
|
wpbackup = core_m.wpbackup
|
|
wpmigration = core_m.wpmigration
|
|
wpdeployment = core_m.wpdeployment
|
|
wp_sets = core_m.wp_sets
|
|
# from .core import wpmgr, wp_version, wpfastcgi_cache, wpbackup, wpmigration, wpdeployment, wp_sets
|
|
|
|
|
|
|
|
security_m = plugin_loader.get_module('{}/class_v2/wp_toolkit/security.py'.format(public.get_panel_path()))
|
|
wp_security = security_m.wp_security
|