Extra var_log statement outputting mysql on Simple Login Log listing
-
Howdy,
It appears the latest update (1.1.2) has an extra var_log() statement on line 568 that is outputting the sql query at the top of the login log page.
https://plugins.trac.www.ads-software.com/browser/simple-login-log/trunk/simple-login-log.php
line 568: var_dump($sql);string(70) “SELECT * FROM wp_simple_login_log ORDER BY time DESC LIMIT 20 OFFSET 0”
A patch can be found here:
https://gist.github.com/anonymous/6837333516467ed50b4c202b10a01fc7https://www.pastiebin.com/591f6461352c3
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Extra var_log statement outputting mysql on Simple Login Log listing’ is closed to new replies.