From 71e5b0cf0b5701b9447eaf6791ccfae45bf5cc82 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 26 Oct 2016 09:08:44 +0200 Subject: [PATCH] Improved README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e261b7c..f5616c0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -[![GitHub release](https://img.shields.io/badge/version-v1.0.0-blue.svg)](https://github.com/mariofont/PHP-Login) +[![GitHub release](https://img.shields.io/badge/version-v1.1.0-blue.svg)](https://github.com/mariofont/PHP-Login) # PHP-Login -Simple, fast-forward, and database-free login system. +Simple, easy-to-use, and database-free login system. ## How it works * The system is coded 100% in PHP (although a minimal knowledge of HTML is required). * The visual framework used is [Bootstrap](http://getbootstrap.com). -* There are three main pages: `login.php` shows the login form, `index.php` the default password-protected area and `logout.php` simply ends the session. +* There are three main pages: `login.php` shows the login form, `index.php` the default password-protected area, `logout.php` simply ends the session and `config.php`stores the user's information. ## How to use it 1. Download the source files to your computer. -2. Open `login.php` with your favorite text editor (I suggest you use [Atom](https://atom.io)) and find the variables `$Username` and `$Password`. +2. Open `config.php` with your favorite text editor (I suggest you use [Atom](https://atom.io)) and find the variables `$Username` and `$Password`. 3. Change the username and password for your own. 4. Save the files, upload them to your webserver and give it a try.