TryHackMe: File Inclusion, Path Traversal

Types
Relative vs Absolute Pathing
Relative Pathing:
Locates files based on the current directory.
Example: include('./folder/file.php') (file is inside folder in the same dir...