mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Issue #2846
This commit is contained in:
parent
15b075b6af
commit
e472801191
@ -704,7 +704,7 @@ switch ($action)
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td class='forumheader3' colspan='4'><input type='hidden' name='upload_do_edit' value='1'>".
|
||||
str_replace(array('--SOURCE--', '--DEST--'),array(e_UPLOAD_TEMP_DIR.e_SAVE_FILETYPES,e_ADMIN.e_READ_FILETYPES),UPLLAN_52)."</td>
|
||||
str_replace(array('[x]', '[y]'),array(e_UPLOAD_TEMP_DIR.e_SAVE_FILETYPES,e_ADMIN.e_READ_FILETYPES),UPLLAN_52)."</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='forumheader3' colspan='4'>".UPLLAN_57.$source_file."</td>
|
||||
|
@ -69,7 +69,7 @@ the upload of .php files or any other type of executable script.");
|
||||
//define("UPLLAN_49", "File Types");LAN_FILETYPES
|
||||
//define("UPLLAN_50", "Options");//LAN_OPTIONS
|
||||
define("UPLLAN_51", "List Uploads");
|
||||
define("UPLLAN_52", "This page helps you create a file for managing file upload permissions. The file is saved as --SOURCE--, and must be copied to --DEST-- before it takes effect.");
|
||||
define("UPLLAN_52", "This page helps you create a file for managing file upload permissions. The file is saved as [x], and must be copied to [y] before it takes effect.");
|
||||
//define("UPLLAN_53", "User Class");//LAN_USERCLASS
|
||||
define("UPLLAN_54", "File Extensions");
|
||||
define("UPLLAN_55", "Max upload size");
|
||||
|
@ -627,7 +627,7 @@ if ($action == "uopt")
|
||||
<div>
|
||||
<div>
|
||||
<input type='hidden' name='upload_do_edit' value='1'/><p>".
|
||||
str_replace(array('--SOURCE--', '--DEST--'),array(e_UPLOAD_TEMP_DIR.e_SAVE_FILETYPES,e_ADMIN.e_READ_FILETYPES),DOWLAN_85)
|
||||
str_replace(array('[x]', '[y]'),array(e_UPLOAD_TEMP_DIR.e_SAVE_FILETYPES,e_ADMIN.e_READ_FILETYPES),DOWLAN_85)
|
||||
."</p><p>".
|
||||
DOWLAN_72.$source_file."
|
||||
</p></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user