1
This commit is contained in:
@@ -182,10 +182,10 @@ namespace ZelWiki.Repository
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static bool GetCryptoCheck()
|
||||
{
|
||||
var value = ManagedDataStorage.Config.QueryFirstOrDefault<string>("GetCryptoCheck.sql") ?? string.Empty;
|
||||
@@ -205,9 +205,9 @@ namespace ZelWiki.Repository
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public static void SetCryptoCheck()
|
||||
{
|
||||
var param = new
|
||||
@@ -229,7 +229,7 @@ namespace ZelWiki.Repository
|
||||
|
||||
ManagedDataStorage.Config.Execute("SaveConfigurationEntryValueByGroupAndEntry.sql", param);
|
||||
|
||||
ConfigurationRepository.ReloadEverything();
|
||||
ReloadEverything();
|
||||
}
|
||||
|
||||
public static List<ConfigurationNest> GetConfigurationNest()
|
||||
|
||||
Reference in New Issue
Block a user