mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
EONE-34 (Improvement): Forum attachment now shows correct allosed filetypes information
This commit is contained in:
@@ -94,7 +94,7 @@ define('e_PAGETITLE', LAN_01.' / '.$forumInfo['forum_name'].' / '.($action == 'r
|
|||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
if($forum->prefs->get('forum_attach'))
|
if($forum->prefs->get('attach'))
|
||||||
{
|
{
|
||||||
global $allowed_filetypes, $max_upload_size;
|
global $allowed_filetypes, $max_upload_size;
|
||||||
include_once(e_HANDLER.'upload_handler.php');
|
include_once(e_HANDLER.'upload_handler.php');
|
||||||
|
Reference in New Issue
Block a user