In this case, the ./languages directory is the approved path, and any value must have it as its preffix
Appended Extensions
Both techniques only work on PHP versions before 5.5
Path Truncation
In earlier versions of PHP, due to the limitations of 32-bit systems, any string had the maximum length of 4096 chars
Therefore, if a PHP code appends a .php string to the data received via GET, an operator could send a payload containing a certain amount of characters until the given string was truncated