Typo. logic, not login...
Hello all.
A quick grep show me these files that are including header.inc.php3 more than once. These are the files that should be looked into for *login* problems.
jeremy@ROGUE ~/cvs-ro/phpMyAdmin $ egrep -in "require|include" * | grep "header.inc.php3" -- snip -- sql.php3:45: include("./header.inc.php3"); sql.php3:105: include("./header.inc.php3"); sql.php3:122: include("./header.inc.php3"); sql.php3:139: include("./header.inc.php3"); -- snip -- tbl_rename.php3:13: include("./header.inc.php3"); tbl_rename.php3:22: include("./header.inc.php3"); -- snip -- tbl_replace.php3:98: include("./header.inc.php3"); tbl_replace.php3:102: include("./header.inc.php3");
Jeremy