Skip to content

Commit 7de9349

Browse files
committed
Merge pull request #5 from panique/develop
better texting
2 parents d5cef68 + d248179 commit 7de9349

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A simple PHP login script (in one file)
1+
# A PHP login script (ONE-FILE VERSION)
22

33
A simple, but secure PHP login script in one file and a flat-file SQLite database.
44
No installation needed, ready to go in under 60 seconds. Uses the ultra-modern & future-proof PHP 5.5.
@@ -53,6 +53,10 @@ database file from being downloaded. The `password_compatibility_library.php` is
5353
use a PHP version older than 5.5 to add the new PHP 5.5 password hashing functions to these older PHP versions.
5454
The `_debug.php` is a little helper tool, it simply echoes out the content of the database.
5555

56+
## How this script works
57+
58+
TODO: INSTALLATION-GUIDELINE MIT INFOGRAPHICS SCHREIBEN (und remote auf php-login.net hosten) !
59+
5660
## Useful links
5761

5862
- [How to install SQLite and Ubuntu and Debian](http://www.dev-metal.com/how-to-install-sqlite-driver-for-php-in-ubuntu-debian/)
@@ -66,7 +70,7 @@ private or commercial projects.
6670

6771
## Support / Donate
6872

69-
If you think this script is useful and saves you a lot of work, then think about supporting the project by
73+
If you think this script is useful and saves you a lot of work, then think about supporting the project:
7074

7175
1. Donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P5YLUK4MW3LDG)
7276
or [GitTip](https://www.gittip.com/Panique/)

0 commit comments

Comments
 (0)