mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
mysql tuning
This commit is contained in:
@@ -227,6 +227,8 @@ def router(request):
|
||||
return cm.fetchRam(request)
|
||||
elif controller == 'applyMySQLChanges':
|
||||
return cm.applyMySQLChanges(request)
|
||||
elif controller == 'restartMySQL':
|
||||
return cm.restartMySQL(request)
|
||||
else:
|
||||
return cm.ajaxPre(0, 'This function is not available in your version of CyberPanel.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user