From 9d6cdea1f50ee8938bd129e2c52ecd305e5fe24a Mon Sep 17 00:00:00 2001 From: Gilbert Caro Date: Thu, 9 Apr 2026 02:49:31 +0800 Subject: [PATCH] HostForge upstream setup --- .gitignore | 1 + wp-config-hostforge.php | 151 ++++++++++++++++++++++++++++ wp-config.php | 82 +++++++++++++++ wp-content/mu-plugins/hostforge.php | 16 +++ 4 files changed, 250 insertions(+) create mode 100644 .gitignore create mode 100644 wp-config-hostforge.php create mode 100644 wp-config.php create mode 100644 wp-content/mu-plugins/hostforge.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..723ef36f4e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/wp-config-hostforge.php b/wp-config-hostforge.php new file mode 100644 index 0000000000..8af1dc0bd6 --- /dev/null +++ b/wp-config-hostforge.php @@ -0,0 +1,151 @@ +