File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # A simple PHP login script (in one file )
1+ # A PHP login script (ONE-FILE VERSION )
22
33A simple, but secure PHP login script in one file and a flat-file SQLite database.
44No 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
5353use a PHP version older than 5.5 to add the new PHP 5.5 password hashing functions to these older PHP versions.
5454The ` _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
71751 . 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/ )
You can’t perform that action at this time.
0 commit comments