fixed custom logo login

This commit is contained in:
daniel 2017-03-27 12:01:31 +02:00
parent ad77133ebd
commit 13620b1489
1 changed files with 5 additions and 0 deletions

View File

@ -1294,3 +1294,8 @@ DELETE FROM twidget WHERE unique_name = 'graph_availability';
-- Table `tbackup`
-- ---------------------------------------------------------------------
ALTER TABLE tbackup ADD COLUMN `filepath` varchar(512) NOT NULL DEFAULT "";
-- ---------------------------------------------------------------------
-- Table `tconfig`
-- ---------------------------------------------------------------------
UPDATE `tconfig` SET `value` = 'login_logo_v7.png' where `token`='custom_logo_login';