Cant' resolve target of expression $_SERVER['DOCUMENT_ROOT']
Hello.
I use code like this
require_once($_SERVER['DOCUMENT_ROOT'] . "/debug/fb.php");
IDE can't understand $_SERVER['DOCUMENT_ROOT'] variable.
Can i configure it?
Please sign in to leave a comment.