2 Commits

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

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

@@ -18,7 +18,8 @@ if (!empty($_GET['e']) && in_array($_GET['e'],$Errors)) {
18 18
       $Title = "Error 400";
19 19
       $Description = "Bad request.";
20 20
       notify(STATUS_CHAN,'403');
21
-    break;case '403':
21
+      break;
22
+    case '403':
22 23
       $Title = "Error 403";
23 24
       $Description = "You just tried to go to a page that you don't have enough permission to view.";
24 25
       notify(STATUS_CHAN,'403');

Loading…
Cancel
Save