diff --git a/index.php b/index.php index aaf6fdb..89fd7df 100755 --- a/index.php +++ b/index.php @@ -248,12 +248,12 @@ function purge_files() // send a ShareX custom uploader config as .json function send_sharex_config() { - $host = $_SERVER["HTTP_HOST"]; + $name = $_SERVER["SERVER_NAME"]; $site_url = CONFIG::SITE_URL(); - $filename = $host.".sxcu"; + $filename = $name.".sxcu"; $content = <<