diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-12-05 19:17:02 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-12-05 19:17:02 -0500 |
commit | 61885a68b5bf58edb2ea83ac16a91c3d09c2a660 (patch) | |
tree | 2bf59e4407aaa63e5228f7206ab6300ab2e31ff5 | |
parent | e20a3ac71fd14ab916f0e7ec5f83400873ab8494 (diff) | |
download | themesite-61885a68b5bf58edb2ea83ac16a91c3d09c2a660.tar.gz themesite-61885a68b5bf58edb2ea83ac16a91c3d09c2a660.zip |
themesite: update outobund email
-rw-r--r-- | private/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/private/config.inc.php b/private/config.inc.php index 46abf71..a838e93 100644 --- a/private/config.inc.php +++ b/private/config.inc.php @@ -67,7 +67,7 @@ class config { const recaptchakey = "6LfwAQsAAAAAAPrqZMNC_G_gKbFNf2gP2P2YmXQs"; // Outbound email address - const outboundemail = "rockbox-themes-noreply@shaftnet.org"; + const outboundemail = "rockbox-themes-noreply@rockbox.org"; } ?> |