Skip to content

Commit

Permalink
bug fix: phpmyadmin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 26, 2024
1 parent 1fd3dc0 commit f254c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def fetchDetailsPHPMYAdmin(request):
# return redirect(returnURL)

proc = httpProc(request, 'databases/AutoLogin.html',
data, 'admin')
data, 'listDatabases')
return proc.render()

# returnURL = '/phpmyadmin/phpmyadminsignin.php?username=%s&password=%s' % (admin.userName, password.decode())
Expand Down

0 comments on commit f254c8c

Please sign in to comment.