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:
parent
a631bd5195
commit
8152f6265d
@ -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>
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user