Fatal error: Cannot redeclare authenticateuser() in functions.php on line 13
Ok. I have a shitload of functions to authenticate and check different things. In the authenticate.php, I have a string of if, elseif's, and that's when I get the error. But if I just make authenticate one if and else, it prints correctly. Any idea what's going on?