fixed custom logo login
This commit is contained in:
parent
ad77133ebd
commit
13620b1489
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue