password protection module

Quick PHP Password Protection (Login System)

Quick PHP Password Protection (Login System)

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 th...