<?php
echo "Posts folder is working!";
echo "<br>";
echo "Current directory: " . __DIR__;
echo "<br>";
echo "<a href='index.php'>Go to Posts Index</a>";
?>
