A. What does this do?
require (\"./file.php\");
B. in comparison to this?
require (\"file.php\");
(
It's explicitly naming the current directory.