diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 4068589..0732378 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.6.4" + "tag_name": "v2.6.5" } diff --git a/system/admin/admin.php b/system/admin/admin.php index 95fa6f8..d68f9d6 100644 --- a/system/admin/admin.php +++ b/system/admin/admin.php @@ -57,6 +57,8 @@ function session($user, $pass) } $_SESSION[config("site.url")]['user'] = $user; header('location: admin'); + } else { + return $str = '
  • Your username and password mismatch.
  • '; } } else if (old_password_verify($pass, $user_enc, $user_pass)) { update_user($user, $pass, $user_role); diff --git a/system/includes/functions.php b/system/includes/functions.php index bfb12ed..bc5bc63 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1665,7 +1665,7 @@ function menu($custom = null) echo '
  • ' . config('breadcrumb.home') . '
  • '; } } else { - echo '
  • ' . $anc[0] . '
  • '; + echo '
  • ' . $anc[0] . '
  • '; } } } else { @@ -1704,11 +1704,19 @@ function get_menu($custom) krsort($posts); echo '