Browse Source

Remove break fix #1531

jmontoyaa 8 năm trước cách đây
mục cha
commit
e713dfcbb8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      main/inc/local.inc.php

+ 0 - 1
main/inc/local.inc.php

@@ -587,7 +587,6 @@ if (!empty($_SESSION['_user']['user_id']) && !($login || $logout)) {
                 foreach ($extAuthSource as $thisAuthSource) {
                     if (!empty($thisAuthSource['login']) && file_exists($thisAuthSource['login'])) {
                         include_once($thisAuthSource['login']);
-                        break;
                     }
                     if (isset($thisAuthSource['newUser']) && file_exists($thisAuthSource['newUser'])) {
                         include_once($thisAuthSource['newUser']);