Updated Authlog location

This commit is contained in:
Bram Prieshof
2020-07-24 13:19:49 +02:00
parent 4890b0e2d9
commit ceee489e28

View File

@@ -157,7 +157,7 @@ if (!empty($dbname)) {
/*
* Directories for saving/loading files from server
*/
$cfg['AuthLog'] = '/var/log/PhpMyAdmin_auth.log';
$cfg['AuthLog'] = '/var/log/PhpMyAdmin/PhpMyAdmin_auth.log';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';