PHP Include without username in directory

I am trying to include a PHP file from another folder, one directory up from public_html but currently I can only include that file with the below statement.

include ‘/home/username/auth/test.php’;

How do I include that file without using the username in the directory, your guys help will be much appreciated.