fix: Update view path in config and add layout authentication page

This commit is contained in:
Matt Batchelder
2026-04-01 22:52:19 -04:00
parent 894633e8d0
commit a917d056fc
2 changed files with 203 additions and 1 deletions

View File

@@ -31,6 +31,6 @@ $config = array(
'latest_news_url' => 'http://xibo.org.uk/feed/',
'client_sendCurrentLayoutAsStatusUpdate_enabled' => false,
'client_screenShotRequestInterval_enabled' => false,
"view_path" => "../web/theme/custom/otssigns-beta/views",
"view_path" => "../web/theme/custom/ots-signs/views",
'product_support_url' => 'https://community.xibo.org.uk/c/support'
);