mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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…
x
Reference in New Issue
Block a user