mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 08:49:47 -05:00
fix: add welcome modal to set password page
This commit is contained in:
@@ -414,5 +414,11 @@ $isDarkTheme = $themeHelper->isDarkTheme();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php
|
||||
if (file_exists("$docroot/plugins/dynamix.my.servers/include/welcome-modal.php")) {
|
||||
include_once "$docroot/plugins/dynamix.my.servers/include/welcome-modal.php";
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user