This website requires JavaScript.
Explore
Help
Register
Sign In
nettika
/
phpmyadmin
Watch
1
Star
0
Fork
0
You've already forked phpmyadmin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
008734f8b0bf0f06a8df6f5cd3306ded625b96d2
phpmyadmin
/
libraries
/
auth
History
Sebastian Mendel
008734f8b0
do NEVER unset $table or $db;
...
no need to test for isset() on $db and $table; always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
..
config.auth.lib.php
synced/fixed vim line
2007-03-19 17:55:39 +00:00
cookie.auth.lib.php
do NEVER unset $table or $db;
2007-03-30 09:12:05 +00:00
http.auth.lib.php
bug
#1676012
[auth] strip non-US-ASCII characters (RFC2616)
2007-03-21 13:16:31 +00:00
signon.auth.lib.php
synced/fixed vim line
2007-03-19 17:55:39 +00:00