aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_board.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/admin_board.php')
-rw-r--r--phpBB/admin/admin_board.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php
index b858968fb4..2c55f5fc2c 100644
--- a/phpBB/admin/admin_board.php
+++ b/phpBB/admin/admin_board.php
@@ -123,6 +123,15 @@ $template->set_filenames(array(
"body" => "admin/board_config_body.tpl")
);
//
+// Check to see if file uploads are possible before displaying
+// avatar upload option.
+//
+if( (get_cfg_var('file_uploads') != 0) && (strtolower(get_cfg_var('file_uploads')) != 'off') && (phpversion() != '4.0.4pl1') )
+{
+ $template->assign_block_vars('switch_uploads_possible', array());
+}
+
+//
// Escape any quotes in the site description for proper display in the text
// box on the admin page
//