common.php edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2020-01-06 00:49:22 +00:00
parent 005b0cf19c
commit cd609bd28c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function update_rifs()
if(time() + 86400 < filemtime("NpsPsm.tsv"))
{
file_put_contents("NpsPsm.tsv", file_get_contents("http://beta.nopaystation.com/tsv/PSM_GAMES.tsv"));
file_put_contents("NpsPsm.tsv", file_get_contents("http://nopaystation.com/tsv/PSM_GAMES.tsv"));
}
}
update_rifs();