slashblog
The Devil Is In The Details
Spent a couple of hours coding yesterday. Rarely have the time to these days but I decided to make the user authentication a bit more effective in my Slashblog project.
It used to be just a script, authorize.php, to check the password and set a session variable for verification. You know that basic stuff where you have to put the code […]