Extra security for php part of mailstats web

This commit is contained in:
2025-09-02 11:23:48 +01:00
parent f86021b8c9
commit 5deb31cd92
3 changed files with 237 additions and 111 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'host' => 'localhost',
'user' => 'mailstats', //Should be mailstat-ro
'pass' => 'mailstats', //Will be randon strong password
'name' => 'mailstats',
];