diff --git a/database_upgrade/2.1_3.0.sql b/database_upgrade/2.1_3.0.sql index df8ac61..c33b5e1 100644 --- a/database_upgrade/2.1_3.0.sql +++ b/database_upgrade/2.1_3.0.sql @@ -26,4 +26,5 @@ DEFAULT CHARACTER SET = utf8; ALTER TABLE `userloginkeys` ADD COLUMN `appname` VARCHAR(255) NOT NULL AFTER `uid`; +ALTER TABLE `userloginkeys` ADD COLUMN `appicon` TINYTEXT NULL DEFAULT NULL AFTER `appname`; \ No newline at end of file diff --git a/settings.template.php b/settings.template.php index 52048b3..6a3a2c1 100644 --- a/settings.template.php +++ b/settings.template.php @@ -41,7 +41,7 @@ $SETTINGS = [ "url" => "/accounthub", "mobileapi" => "/mobile/index.php", "icon" => "/static/img/logo.svg", - "title" => $SETTINGS['site_title'] + "title" => "AccountHub" ], "qwikclock" => [ "url" => "/qwikclock",