v0.9.57
- move wtv-guide romcache + some fixes - fix getAbsolutePath - fix adding users (broken with getAbsolutePath update) - fix bugs, update badwords, more bugs with account addition to fix yet - implement bad username check (wordlist from Redialed) - update zefie server IP (again) - proper x-powered-by version format - fix: also respect in hide_minisrv_version in cgi - fix: properly respect hide_minisrv_version flag - removed a scary warning - add default php_binpath config entry (php is still disabled by default)
This commit is contained in:
@@ -33,18 +33,18 @@ AutoCaps selected>
|
||||
<INPUT NAME="subscriber_contact"
|
||||
ID="subscriber_contact"
|
||||
bgcolor=#444444 text=#ffdd33 cursor=#cc9933
|
||||
VALUE="" TYPE="text" SIZE="19"
|
||||
TYPE="text" SIZE="19"
|
||||
MAXLENGTH="64"
|
||||
AutoCaps selected>
|
||||
AutoCaps selected value="${request_headers.query.subscriber_contact || ""}">
|
||||
<p>
|
||||
<font size="-2"><b>CONTACT INFO TYPE:</b></font><img src="ROMCache/spacer.gif" width="7">
|
||||
<img src="ROMCache/spacer.gif" width="3"><select usestyle id="subscriber_contact_method" name="subscriber_contact_method">
|
||||
<option value="">Type</option>
|
||||
<option>E-Mail</option>
|
||||
<option>Discord</option>
|
||||
<option>Twitter</option>
|
||||
<option>Telegram</option>
|
||||
<option>Instagram</option>
|
||||
<option${(request_headers.query.subscriber_contact_method == "E-Mail") ? " selected" : ""}>E-Mail</option>
|
||||
<option${(request_headers.query.subscriber_contact_method == "Discord") ? " selected" : ""}>Discord</option>
|
||||
<option${(request_headers.query.subscriber_contact_method == "Twitter") ? " selected" : ""}>Twitter</option>
|
||||
<option${(request_headers.query.subscriber_contact_method == "Telegram") ? " selected" : ""}>Telegram</option>
|
||||
<option${(request_headers.query.subscriber_contact_method == "Instagram") ? " selected" : ""}>Instagram</option>
|
||||
</select>
|
||||
`;
|
||||
var form_data = `<shadow>
|
||||
|
||||
Reference in New Issue
Block a user