mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: phpmyadmin login
This commit is contained in:
@@ -61,6 +61,7 @@ urlpatterns = [
|
|||||||
|
|
||||||
re_path(r'^localInitiate$', views.localInitiate, name='localInitiate'),
|
re_path(r'^localInitiate$', views.localInitiate, name='localInitiate'),
|
||||||
|
|
||||||
|
|
||||||
re_path(r'^backupLogs$', views.backupLogs, name='backupLogs'),
|
re_path(r'^backupLogs$', views.backupLogs, name='backupLogs'),
|
||||||
re_path(r'^fetchLogs$', views.fetchLogs, name='fetchLogs'),
|
re_path(r'^fetchLogs$', views.fetchLogs, name='fetchLogs'),
|
||||||
re_path(r'^fetchgNormalSites$', views.fetchgNormalSites, name='fetchgNormalSites'),
|
re_path(r'^fetchgNormalSites$', views.fetchgNormalSites, name='fetchgNormalSites'),
|
||||||
|
|||||||
Reference in New Issue
Block a user