mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
more oops
git-svn-id: file:///svn/phpbb/trunk@2737 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -290,6 +290,11 @@ if ( isset($HTTP_POST_VARS['start']) || isset($HTTP_GET_VARS['batchstart']) )
|
||||
}
|
||||
else if ( isset($HTTP_POST_VARS['cancel']) )
|
||||
{
|
||||
$sql = "UPDATE " . CONFIG_TABLE . "
|
||||
SET config_value = '0'
|
||||
WHERE config_name = 'board_disable'";
|
||||
$db->sql_query($sql);
|
||||
|
||||
page_header($lang['DB']);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user