Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofont committed Oct 26, 2016
1 parent d15d284 commit 71e5b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 71e5b0c

Please sign in to comment.