From 172bc2ac7af71d3cdcc5eb93498009790419f29b Mon Sep 17 00:00:00 2001 From: vallyol Date: Fri, 5 Nov 2021 17:08:05 +0300 Subject: [PATCH] Update admin.php replacing text with new added key values from language files (;errors - Invalid_Error) --- system/admin/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/admin/admin.php b/system/admin/admin.php index 0c31df1..e67880e 100644 --- a/system/admin/admin.php +++ b/system/admin/admin.php @@ -44,7 +44,7 @@ function session($user, $pass) { $user_file = 'config/users/' . $user . '.ini'; if (!file_exists($user_file)) { - return $str = '
'; + return $str = '
'; } $user_enc = user('encryption', $user);