mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Merge branch 'dev' of https://github.com/tgstation/tgstation-server into 1281-RepositoryUpdateRewrite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<!-- This is in it's own file to help incremental building, changing it causes a complete rebuild of the web panel -->
|
||||
<TgsControlPanelVersion>4.0.0</TgsControlPanelVersion>
|
||||
<TgsControlPanelVersion>4.2.2</TgsControlPanelVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@@ -801,7 +801,7 @@ namespace Tgstation.Server.Host.Setup
|
||||
{
|
||||
var config = new ControlPanelConfiguration
|
||||
{
|
||||
Enable = await PromptYesNo("Enable the web control panel (Incomplete)? (y/n): ", cancellationToken),
|
||||
Enable = await PromptYesNo("Enable the web control panel? (y/n): ", cancellationToken),
|
||||
AllowAnyOrigin = await PromptYesNo("Allow web control panels hosted elsewhere to access the server? (Access-Control-Allow-Origin: *) (y/n): ", cancellationToken),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user