mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Upload LAN modification and switch change.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user