- Fix logo path in php config.

This commit is contained in:
Arnaud G. GIBERT 2025-03-08 00:23:32 +01:00
parent 04c0b1f405
commit ed2775210d

View File

@ -19,5 +19,5 @@ $g_anonymous_account = '';
# --- Branding ---
$g_window_title = '${WINDOW_TITLE}';
$g_logo_image = 'images/${LOGO_IMG}';
$g_logo_image = '${LOGO_IMG}';
$g_favicon_image = 'images/favicon.ico';