mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Project: remove references to hijacked website/domain to prevent potential malicious activity due to us not controlling the domain anymore.
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2018, Rene Lergner - wpinternals.net - @Heathcliff74xda
|
||||
// Copyright (c) 2018, Rene Lergner - @Heathcliff74xda
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a
|
||||
// copy of this software and associated documentation files (the "Software"),
|
||||
@@ -658,7 +658,7 @@ namespace WPinternals
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Minor.ToString() + "." +
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Build.ToString() + "." +
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Revision.ToString(), LogType.FileAndConsole);
|
||||
Log("Copyright Heathcliff74 / wpinternals.net", LogType.FileAndConsole);
|
||||
Log("Copyright Heathcliff74", LogType.FileAndConsole);
|
||||
}
|
||||
|
||||
internal static void BeginAction(string Action)
|
||||
@@ -673,7 +673,7 @@ namespace WPinternals
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Minor.ToString() + "." +
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Build.ToString() + "." +
|
||||
Assembly.GetExecutingAssembly().GetName().Version.Revision.ToString());
|
||||
LogBuilder.AppendLine("Copyright Heathcliff74 / wpinternals.net");
|
||||
LogBuilder.AppendLine("Copyright Heathcliff74");
|
||||
LogBuilder.AppendLine("Action: " + Action);
|
||||
if (App.Config.RegistrationName != null)
|
||||
LogBuilder.AppendLine("Name: " + App.Config.RegistrationName);
|
||||
|
||||
Reference in New Issue
Block a user