uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
..
/
usr
/
share
/
javascript
/
..
/
phpmyadmin
/
libraries
/
logging.lib.php
/
/
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Logging functionality for webserver. * * This includes web server specific code to log some information. * * @version $Id$ * @package phpMyAdmin */ function PMA_log_user($user, $status = 'ok'){ if (function_exists('apache_note')) { apache_note('userID', $user); apache_note('userStatus', $status); } } ?>
/var/../usr/share/javascript/../phpmyadmin/libraries/logging.lib.php