mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3132 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -43,7 +43,7 @@ $phpbb_root_path = "./../";
|
||||
$confirm = ( isset($HTTP_POST_VARS['confirm']) ) ? TRUE : FALSE;
|
||||
$cancel = ( isset($HTTP_POST_VARS['cancel']) ) ? TRUE : FALSE;
|
||||
|
||||
if( empty($HTTP_POST_VARS['send_file']) )
|
||||
if (empty($HTTP_POST_VARS['send_file']))
|
||||
{
|
||||
$no_page_header = ( $cancel ) ? TRUE : FALSE;
|
||||
require($phpbb_root_path . 'extension.inc');
|
||||
@@ -932,9 +932,9 @@ switch( $mode )
|
||||
break;
|
||||
}
|
||||
|
||||
if( !$HTTP_POST_VARS['send_file'] )
|
||||
if (empty($HTTP_POST_VARS['send_file']))
|
||||
{
|
||||
include('./page_footer_admin.'.$phpEx);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user