Skip to content

Instantly share code, notes, and snippets.

@markbain
Created February 27, 2016 18:49
Show Gist options
  • Select an option

  • Save markbain/886805af32cb1bcadbca to your computer and use it in GitHub Desktop.

Select an option

Save markbain/886805af32cb1bcadbca to your computer and use it in GitHub Desktop.
<?php
$dir = dirname(__FILE__);
echo "<p>Full path to this dir: " . $dir . "</p>";
echo "<p>Full path to a .htpasswd file in this dir: " . $dir . "/.htpasswd" . "</p>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment