This is a simple authentication script written in PHP to be used in small websites without SQL database, using a simple text file to store the users and passwords. Features: Users/ passwords are stored in simple text file - Easy to integrate with the look and feel of your website - Optional logging of login attempts - Perfect for few users (<100) - |