
$uri = $_SERVER['REQUEST_URI'];
$parsedUrl = parse_url($uri);
$path = '../' . $parsedUrl['path'] . 'text.txt';
$content = file_get_contents($path);
echo ($content);
?>
// Include the configuration file include ("../config.php"); ?>