mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
more oops
git-svn-id: file:///svn/phpbb/trunk@2737 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
398c78e5ab
commit
38f9c9acfe
1 changed files with 5 additions and 0 deletions
|
@ -290,6 +290,11 @@ if ( isset($HTTP_POST_VARS['start']) || isset($HTTP_GET_VARS['batchstart']) )
|
||||||
}
|
}
|
||||||
else if ( isset($HTTP_POST_VARS['cancel']) )
|
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']);
|
page_header($lang['DB']);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue