Nothing important, just some comments and small code style fixes

This commit is contained in:
slawkens
2023-06-19 08:03:47 +02:00
parent dcf9a45974
commit b09adc836d
5 changed files with 15 additions and 8 deletions

View File

@@ -116,5 +116,4 @@ defined('MYAAC') or die('Direct access not allowed!');
'<li>MySQL is not configured propertly in <i>config.lua</i>.</li>' .
'<li>MySQL server is not running.</li>' .
'</ul>' . $error->getMessage());
}