Rename app branding from IMVS to CoreCore
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user