#PHP login using phpass for password hashing - v0.1
See live demo here.
This is a custom build login / logout script built by Andrew Biggart.
##Usage
Instructions are coming soon.
<h1>Instructions are coming soon.</h1>
<?php
echo "Instructions are coming soon.";
?>
$('body').click(function(){
alert('Instructions are coming soon.');
})