Fix newline issue in config.php by ensuring a newline at the end of the file for better compatibility and adherence to coding standards.

This commit is contained in:
Bram Suurd
2025-06-30 01:05:04 +02:00
parent 930c673e2a
commit efc37e6232

View File

@@ -12,4 +12,4 @@ define('WEB_STYLE_DARK', true);
define('STEAM_API_KEY', '');
define('STEAM_DOMAIN_NAME', '');
define('STEAM_LOGOUT_PAGE', '');
define('STEAM_LOGIN_PAGE', '');
define('STEAM_LOGIN_PAGE', '');