diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 23:08:40 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 23:08:40 +0100 |
| commit | b2a8a0db613484ae72cf606905009b33fc05bed3 (patch) | |
| tree | 79a73a04eb9e5a4520b39cce4ee47636d0941b16 /templates | |
| parent | 19d22090af17d98d6665e8a1f9986c9207789077 (diff) | |
| download | install-b2a8a0db613484ae72cf606905009b33fc05bed3.tar.gz install-b2a8a0db613484ae72cf606905009b33fc05bed3.tar.bz2 install-b2a8a0db613484ae72cf606905009b33fc05bed3.zip | |
install: revert install_login.tpl form action change
Revert validate.php form target — original SCRIPT_NAME behaviour restored.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/install_login.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_login.tpl b/templates/install_login.tpl index 4f51b4a..fa29124 100755 --- a/templates/install_login.tpl +++ b/templates/install_login.tpl @@ -2,7 +2,7 @@ <h1>{$title|default:"You must be logged in as an administrator to run the installer."}</h1> -{form ipackage="users" ifile="validate.php" name="login" legend="Please sign in to continue"} +{form name="login" legend="Please sign in to continue"} <div class="form-group"> {formfeedback error="$error"} {formlabel label="Username or Email" for="user"} |
