From 3e70575d12552bf2b9194c19ff3f49936ab3224e Mon Sep 17 00:00:00 2001 From: ASoT Networks Date: Mon, 31 Aug 2020 13:41:49 -0400 Subject: [PATCH] Update redir.php --- redir.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redir.php b/redir.php index f1e41d5..48754b4 100644 --- a/redir.php +++ b/redir.php @@ -3,7 +3,7 @@ $link = $_REQUEST['link']; $tolink = ""; -$csv = file_get_contents("https://raw.githubusercontent.com/hyphacoop/configurations/master/hyphacoop/shortlinks/shortlinks.csv"); +$csv = file_get_contents("https://github.com/tomeshnet/toronto-community-network/blob/master/communications/shortlinks.csv"); $lines = explode("\n", $csv); foreach ($lines as $line) { @@ -36,7 +36,7 @@ body { width: 100%; height: 100%; - background: #9900fc; + background: #000000; color: white; font-family: 'WorkSans', helvetica, sans-serif; padding:0;