Add missing docs.
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
* @package phpMyAdmin
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs user information to webserver logs.
|
||||||
|
*/
|
||||||
function PMA_log_user($user, $status = 'ok'){
|
function PMA_log_user($user, $status = 'ok'){
|
||||||
if (function_exists('apache_note')) {
|
if (function_exists('apache_note')) {
|
||||||
apache_note('userID', $user);
|
apache_note('userID', $user);
|
||||||
|
Reference in New Issue
Block a user