fixed issues with site urls not being a site root (hopefully)

This commit is contained in:
2026-05-30 18:34:18 +01:00
parent 4955ebe7bd
commit dd317883be
17 changed files with 56 additions and 56 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="<%= config.language %>
<html lang="<%= config.language %">
<head>
<%- include("../partials/head") %>
</head>
<body>
<form action="/submit_edit_user" method="POST">
<form action="<%= config.site_url %>/submit_edit_user" method="POST">
<input name="userID" type="hidden" value="<%= userID %>">
<label><%= locale.password %>:</label><br/>
<input type="password" required id="password" name="password"><br/><br/>