Visit my main site at PHP Site Backup.com
Quick PHP Password Protection is a single user PHP login system which is secure, quick to implement, and requires no database. Perfect for small web apps, scripts, and personal pages which only have a single admin using them.
Demo Login Username and Password: admin, admin
Example Usage
$quickprotect->checkLoginAndDirect();
That’s all it takes! One line of effective code (not counting the class include and init), and you’ve password protected a page!
Features
Secure. Tested brute force and SQL Injection proof. Extremely easy implementation. One line of code, and you’re done. No database required. Settings stored in INI file. Note: this is a single user system ONLY . Multiple users are not supported. This is designed for small projects, web apps, and personal pages.