Changeset 318 for binary-improvements


Ignore:
Timestamp:
Apr 19, 2018, 2:18:06 PM (7 years ago)
Author:
alloc
Message:

Added console command openiddebug

Location:
binary-improvements/MapRendering
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/OpenID.cs

    r317 r318  
    2020
    2121                private static readonly bool verboseSsl = false;
    22                 private static bool debugOpenId = false;
     22                public static bool debugOpenId = false;
    2323
    2424                static OpenID () {
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r314 r318  
    8989    <Compile Include="Web\WebCommandResult.cs" />
    9090    <Compile Include="Web\API\GetAllowedCommands.cs" />
     91    <Compile Include="Commands\EnableOpenIDDebug.cs" />
    9192  </ItemGroup>
    9293  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.