Skip to content

Commit

Permalink
Convert to BJCP2015 Code
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Jun 19, 2015
1 parent df1d9c1 commit 0a6711c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/headers.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
elseif ($msg == "22") $output = "All unconfirmed entries are now marked as confirmed.";
elseif ($msg == "23") $output = "All participant assignments have been cleared.";
elseif ($msg == "24") $output = "A judging number you entered wasn't found in the database. Please check and re-enter.";
elseif ($msg == "25") $output = "All entry styles have been converted from BJCP 2008 to BJCP 2015.";
else $output = "";
break;
}
Expand All @@ -399,4 +400,4 @@
if ($msg == "16") { $output = "Your installation has been set up successfully!"; $output_extend = "<div class='error'> FOR SECURITY REASONS you should immediately set the &#36;setup_free_access variable in config.php to FALSE. Otherwise, your installation and server are vulerable to security breaches.</div><div class='closed'>Log in now to access the Admin Dashboard.</div>"; }
if ($msg == "17") $output = "Your installation has been updated successfully!";
$msg_output = "<div class='error'>".$output."</div>".$output_extend;
?>
?>

0 comments on commit 0a6711c

Please sign in to comment.