2 Commits

Author SHA1 Message Date
  s0me0ne d51e78ab99 added BIC Browser Integrity Check 7 years ago
  s0me0ne 4ace22eded added BIC Browser Integrity Check 7 years ago
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/error/index.php

+ 1
- 1
sections/error/index.php View File

@@ -17,7 +17,7 @@ if (!empty($_GET['e']) && in_array($_GET['e'],$Errors)) {
17 17
     case '400':
18 18
       $Title = "Error 400";
19 19
       $Description = "Bad request.";
20
-      notify(STATUS_CHAN,'403');
20
+      notify(STATUS_CHAN,'400');
21 21
       break;
22 22
     case '403':
23 23
       $Title = "Error 403";

Loading…
Cancel
Save