Fatal error: Cannot redeclare isitadmin () (previously declared in / home/heart.php:19) in / home / heart.php on line 37
There is an index.php
file that includes the heart.php
file. In the heart.php
there is a function
function isitadmin() { ...тут идут всякие сравнения кук и бд. ... }
What could be the problem? Googled, found only what can be a double call to a function. I tried to remove it. Just called the function once and remembered the variable. Still the same problem.