Исправление на поле select

This commit is contained in:
2024-11-07 16:30:47 +03:00
parent f0f88f28c5
commit 2ba5b63b65
3 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
SELECT login, user_role FROM $table
SELECT login, user_role FROM $access
WHERE login = '$login'
AND password = '$password'
LIMIT 1;