mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
We accept PHP pages now, note this
This commit is contained in:
parent
38080cc14c
commit
eb2c4175fe
@ -608,7 +608,7 @@ value="<?=htmlspecialchars($pconfig['radiuskey2']);?>"></td>
|
||||
<br>
|
||||
<br>
|
||||
<?php endif; ?>
|
||||
Upload an HTML file for the portal page here (leave blank to keep the current one). Make sure to include a form (POST to "$PORTAL_ACTION$")
|
||||
Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). Make sure to include a form (POST to "$PORTAL_ACTION$")
|
||||
with a submit button (name="accept") and a hidden field with name="redirurl" and value="$PORTAL_REDIRURL$".
|
||||
Include the "auth_user" and "auth_pass" and/or "auth_voucher" input fields if authentication is enabled, otherwise it will always fail.
|
||||
Example code for the form:<br>
|
||||
@ -632,7 +632,7 @@ Example code for the form:<br>
|
||||
<br>
|
||||
<br>
|
||||
<?php endif; ?>
|
||||
The contents of the HTML file that you upload here are displayed when an authentication error occurs.
|
||||
The contents of the HTML/PHP file that you upload here are displayed when an authentication error occurs.
|
||||
You may include "$PORTAL_MESSAGE$", which will be replaced by the error or reply messages from the RADIUS server, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user