From 39388a4ac1d32fdecda9039dde25f42f4c9f1a65 Mon Sep 17 00:00:00 2001 From: ejMina226 <118474890+ejMina226@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:32:09 +0000 Subject: [PATCH] Add changes --- README.md | 1 - config.env | 8 +----- config.php | 1 - index.php | 77 +++--------------------------------------------------- 4 files changed, 4 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index aaa6939..ed47b0c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ ##### DB_SNARK_USER= ##### DB_SNARK_PWD= ##### DB_SNARK_DB= -##### API_HOST= Configure these variables and save the file. diff --git a/config.env b/config.env index c6dc758..1915f96 100644 --- a/config.env +++ b/config.env @@ -1,11 +1,5 @@ -DB_SIDECAR_HOST= -DB_SIDECAR_PORT= -DB_SIDECAR_USER= -DB_SIDECAR_PWD= -DB_SIDECAR_DB= DB_SNARK_HOST= DB_SNARK_PORT= DB_SNARK_USER= DB_SNARK_PWD= -DB_SNARK_DB= -API_HOST= \ No newline at end of file +DB_SNARK_DB= \ No newline at end of file diff --git a/config.php b/config.php index 734cfa1..bfb116d 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,6 @@ $ShowScoreColumn = true; $Configurl = "https://docs.google.com/spreadsheets/d/1JTp7nZiw68a-m5KoBeqPr0OOWBVO804xv6HpQNQdKPg/edit#gid=0"; $MaintenanceMode = false; -$API_HOST=getenv("API_HOST"); return array($ShowScoreColumn,$Configurl,$MaintenanceMode); ?> \ No newline at end of file diff --git a/index.php b/index.php index 994f5c3..fee38b1 100644 --- a/index.php +++ b/index.php @@ -51,9 +51,6 @@
Ranking for the Mina Foundation Uptime Leaderboard are based on data from the Sidecar Uptime System.
-Ranking for the Mina Foundation Uptime Leaderboard are based on data from the Snark-work Uptime System.