1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Upload LAN modification and switch change.

This commit is contained in:
Cameron 2017-02-10 09:41:22 -08:00
parent a631bd5195
commit 8152f6265d
2 changed files with 2 additions and 2 deletions

View File

@ -1617,7 +1617,7 @@ $text .= "
<td>".UPLLAN_25."</td>
<td>".
$frm->radio_switch('upload_enabled', $pref['upload_enabled'], LAN_YES, LAN_NO)
$frm->radio_switch('upload_enabled', $pref['upload_enabled'])
."
<div class='field-help'>".UPLLAN_26."</div>
</td>

View File

@ -32,7 +32,7 @@ define("UPLLAN_21", "unmoderated public upload");
//define("UPLLAN_22", "ID");//LAN_ID
//define("UPLLAN_23", "Name");//LAN_NAME
define("UPLLAN_24", "Filetype");
define("UPLLAN_25", "Uploads Enabled?");
define("UPLLAN_25", "Allow File Uploads");
define("UPLLAN_26", "No public uploads will be permitted if disabled");
define("UPLLAN_27", "unmoderated public uploads");