Newer
Older
KeeperJerry_Launcher / compat / auth / joomla.sql
@sashok724 sashok724 on 31 Oct 2015 238 bytes Пофиксил blank line
SELECT username FROM joomla_users WHERE (email=? OR username=?) AND password=CONCAT_WS(':', MD5(CONCAT(?, SUBSTRING_INDEX(SUBSTRING_INDEX(password, ':', 2), ':', -1))), SUBSTRING_INDEX(SUBSTRING_INDEX(password, ':', 2), ':', -1)) LIMIT 1