Skip to content

Commit

Permalink
Update redir.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks authored Aug 31, 2020
1 parent 88aa5f5 commit 3e70575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redir.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -36,7 +36,7 @@
body {
width: 100%;
height: 100%;
background: #9900fc;
background: #000000;
color: white;
font-family: 'WorkSans', helvetica, sans-serif;
padding:0;
Expand Down

0 comments on commit 3e70575

Please sign in to comment.