mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
Add functionality to switch back to OpenLiteSpeed: Implement server status utility methods, views, and frontend controller for switching from LiteSpeed Enterprise to OpenLiteSpeed. Include status checking and user notifications during the switch process, enhancing user experience and management capabilities.
This commit is contained in:
@@ -13,6 +13,8 @@ urlpatterns = [
|
||||
path('services', views.services, name='services'),
|
||||
path('switchTOLSWS', views.switchTOLSWS, name='switchTOLSWS'),
|
||||
path('switchTOLSWSStatus', views.switchTOLSWSStatus, name='switchTOLSWSStatus'),
|
||||
path('switchToOLS', views.switchToOLS, name='switchToOLS'),
|
||||
path('switchToOLSStatus', views.switchToOLSStatus, name='switchToOLSStatus'),
|
||||
path('licenseStatus', views.licenseStatus, name='licenseStatus'),
|
||||
path('changeLicense', views.changeLicense, name='changeLicense'),
|
||||
path('refreshLicense', views.refreshLicense, name='refreshLicense'),
|
||||
|
||||
Reference in New Issue
Block a user