MC: Catch https redirect and log error; first attempts at https auth

This commit is contained in:
hvolmer
2020-03-27 16:14:07 -06:00
parent b335617e37
commit 7f475c1716
2 changed files with 124 additions and 33 deletions

View File

@@ -415,7 +415,8 @@ namespace PepperDash.Essentials
// Deal with any .cplz files
UnzipAndMoveCplzArchives();
if(Directory.Exists(_loadedPluginsDirectoryPath) {
if(Directory.Exists(_loadedPluginsDirectoryPath))
{
// Load the assemblies from the loadedPlugins folder into the AppDomain
LoadPluginAssemblies();