Pattern: Malformed file inclusion
Issue: -
Ensure include_once
is used in conditional situations and require_once
is used elsewhere.
Also checks that brackets do not surround the file being included.
Pattern: Malformed file inclusion
Issue: -
Ensure include_once
is used in conditional situations and require_once
is used elsewhere.
Also checks that brackets do not surround the file being included.