aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/ucp/ucp_pm_options.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_options.php b/phpBB/includes/ucp/ucp_pm_options.php
index efa390ed87..1d5c0ecce3 100644
--- a/phpBB/includes/ucp/ucp_pm_options.php
+++ b/phpBB/includes/ucp/ucp_pm_options.php
@@ -29,7 +29,11 @@ function message_options($id, $mode, $global_privmsgs_rules, $global_rule_condit
// Change "full folder" setting - what to do if folder is full
if (isset($_POST['fullfolder']))
{
- check_form_key('ucp_pm_options', $config['form_token_lifetime'], $redirect_url);
+ if (!check_form_key('ucp_pm_options'))
+ {
+ trigger_error('FORM_INVALID');
+ }
+
$full_action = request_var('full_action', 0);
$set_folder_id = 0;
oftware/drakx/log/?h=drakx-installer-images-2.91&id=0208a257afaf43c81d2fc213402ff4bdbedc51d2&ofs=100&showmsg=1'>Expand)AuthorAgeFilesLines ... * increased /var container for suggestion (simple or with /usr).Francois Pons2003-02-171-2/+2 * add a reboot if not enough free space is available for installation or upgrade.Francois Pons2003-02-171-1/+5 * fixed command insmod.Francois Pons2003-02-171-1/+2 * bump version numberThierry Vignaud2003-02-171-1/+1 * synced with msecThierry Vignaud2003-02-171-1/+1 * *** empty log message ***Pascal Rigaux2003-02-171-1/+39 * add a checkbox "Force ACPI"Pascal Rigaux2003-02-171-0/+9 * propagate /proc/cmdline acpi=xxxPascal Rigaux2003-02-171-1/+3 * have acpi=off by defaultPascal Rigaux2003-02-171-1/+1 * have acpi=off by defaultPascal Rigaux2003-02-171-0/+1 * fix pop_it...Pascal Rigaux2003-02-171-1/+1 * ensure $o->{raw_X} is not destroyed when there is no modification donePascal Rigaux2003-02-171-1/+2 * 9.1-0.34mdkTill Kamppeter2003-02-171-2/+5 * *** empty log message ***Pascal Rigaux2003-02-171-1/+123 * hopefully final fix for pop_itPascal Rigaux2003-02-171-2/+2 * - Fixed bug of HP DeskJetb 990C being automatically installed even ifTill Kamppeter2003-02-171-11/+21 * (is_fbdev): fix typoPascal Rigaux2003-02-171-1/+1 * (get_both): fix typoPascal Rigaux2003-02-171-1/+1 * also ->hide in when a button is clicked in standalonePascal Rigaux2003-02-171-10/+2 * don't security::various::config_security_user() can fail, don't let it bother usPascal Rigaux2003-02-171-1/+1 * (to_string): simpler way to handle the "default" resolution of frame-bufferPascal Rigaux2003-02-171-1/+1 * 9.1 rc1Florent Villard2003-02-171-0/+0 * use fbdev when the graphic card is unknownPascal Rigaux2003-02-171-5/+9 * warn when auto conf failPascal Rigaux2003-02-171-1/+4 * add module2description()Pascal Rigaux2003-02-171-3/+9 * correction for non-latin1 locales,Pablo Saratxaga2003-02-171-2/+6 * in the old days, on cannot disable shrink1, resize2 or shrink2 since they alw...Thierry Vignaud2003-02-171-2/+5 * better sound card description in summaryPascal Rigaux2003-02-171-1/+3 * enhance summary layoutPascal Rigaux2003-02-171-2/+4 * fix help popping all the timePascal Rigaux2003-02-171-1/+1 * 9.1-0.33mdkThierry Vignaud2003-02-171-1/+8 * fix setting pop_it for wizard in standalonePascal Rigaux2003-02-171-1/+2 * updated Russian and Arabic filesPablo Saratxaga2003-02-172-20216/+32221 * simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-17