Переглянути джерело

Redirect to login instead

tags/rls1
kenn408k 6 роки тому
джерело
коміт
18f6c9f17a
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      classes/design.class.php

+ 1
- 1
classes/design.class.php Переглянути файл

15
     public static function header($setup = array(), $level) { // Primary design function. This function is called on all pages, this is our header.
15
     public static function header($setup = array(), $level) { // Primary design function. This function is called on all pages, this is our header.
16
         if ($level > 0) {
16
         if ($level > 0) {
17
             if (!User::checkLevel($level)) {
17
             if (!User::checkLevel($level)) {
18
-                header('Location: ' . Config::$sys_url . '?page=error&r=level');
18
+                header('Location: ' . Config::$sys_url . '?page=login&r=level');
19
                 die("You are not authorized to view this page.");
19
                 die("You are not authorized to view this page.");
20
             }
20
             }
21
         }
21
         }

Завантаження…
Відмінити
Зберегти