diff options
| author | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 18:04:27 +0000 |
|---|---|---|
| committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 18:04:27 +0000 |
| commit | 89ceaa9975343ebc0ce817d64ad62a282c11beb9 (patch) | |
| tree | 9ef0742ee39c12aba8a3798a795575c7c3d443c5 /phpBB/admin/admin_board.php | |
| parent | ebef1197964061ae2f2eb17dce2061fad1df6a35 (diff) | |
| download | forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.gz forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.bz2 forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.xz forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.zip | |
Oops I did a Paul... Still allow avatar uploads from Urls
git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_board.php')
| -rw-r--r-- | phpBB/admin/admin_board.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php index 2c55f5fc2c..714d1b05f0 100644 --- a/phpBB/admin/admin_board.php +++ b/phpBB/admin/admin_board.php @@ -122,14 +122,6 @@ $smtp_no = ( !$new['smtp_delivery'] ) ? "checked=\"checked\"" : ""; $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 |
