Rename app branding from IMVS to CoreCore

This commit is contained in:
2026-03-11 20:11:01 +01:00
parent 23bd0cbe2a
commit f94fa6ba2f
13 changed files with 159 additions and 32 deletions

View File

@@ -115,7 +115,7 @@ function lurl(string $path = ''): string
*/
function appTitle(): string
{
$default = defined('APP_NAME') ? APP_NAME : 'IMVS';
$default = defined('APP_NAME') ? APP_NAME : 'CoreCore';
$title = appSetting('app_title');
if ($title !== null) {
return $title;