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?

0

Please sign in to leave a comment.