Skip to content

Commit

Permalink
Address Issue #1517
Browse files Browse the repository at this point in the history
Deleted the original 400.php file that was throwing a false-positive in Windows Defender and rebuilt.
  • Loading branch information
geoffhumphrey committed Apr 16, 2024
1 parent 09f9af7 commit 6e4c516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions 400.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<!-- ALERTS -->
<div class="container bcoem-warning-container">
<div style="margin-top:30px;" class="alert alert-danger"><span class="fa fa-exclamation-circle"></span> <strong>Invalid request.</strong> Don't worry, we still want you around!</div>

</div><!-- ./container -->
<!-- ./ALERTS -->

Expand All @@ -61,7 +60,8 @@
</div>
<p class="lead">Unfortunately, there was a problem.</p>
<p class="lead"><small>Please use the main navigation above to get where you want to go.</small></p>
<p>Cheers!<br>&ndash; The <?php echo $_SESSION['contestName']; ?> Site Server</p>
<p>Cheers!</p>
<p class="small">&ndash; The <?php echo $_SESSION['contestName']; ?> Site Server</p>
</div><!-- ./left column -->
<div class="sidebar col col-lg-3 col-md-4 col-sm-12 col-xs-12">
<?php include (SECTIONS.'sidebar.sec.php'); ?>
Expand All @@ -71,12 +71,6 @@
</div><!-- ./container -->
<!-- ./Public Pages -->

<!-- Mods Bottom -->
<div class="container">

</div>
<!-- ./Mods Bottom -->

<!-- Footer -->
<footer class="footer hidden-xs hidden-sm hidden-md">
<nav class="navbar navbar-default navbar-fixed-bottom">
Expand Down
2 changes: 1 addition & 1 deletion 403.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $_SESSION['contestName']; ?> Organized By <?php echo $_SESSION['contestHost']." &gt; Error 400"; ?></title>
<title><?php echo $_SESSION['contestName']; ?> Organized By <?php echo $_SESSION['contestHost']." &gt; Error 403"; ?></title>

<?php

Expand Down

0 comments on commit 6e4c516

Please sign in to comment.