Browse Source

refactor: remove unnecessary header in info_stats.sh

The commit removes an unnecessary header in the info_stats.sh file. This change simplifies the code and improves readability.
pull/4295/head
Daniel Gibbs 2 years ago
parent
commit
9929410c18
  1. 1
      lgsm/modules/info_stats.sh

1
lgsm/modules/info_stats.sh

@ -89,7 +89,6 @@ curl -X POST "https://www.google-analytics.com/mp/collect?api_secret=A-OzP02TSMW
}"
curl -i -X POST https://stats.linuxgsm.com/api/event \
-H 'X-Forwarded-For: 127.0.0.1' \
-H 'Content-Type: application/json' \
--data "{\"name\":\"linuxgsm\",
\"url\":\"https://stats.linuxgsm.com\",

Loading…
Cancel
Save