From cd609bd28c3f1871858b56ea5abe396a89453916 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Mon, 6 Jan 2020 00:49:22 +0000 Subject: [PATCH] common.php edited online with Bitbucket --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 6e1d635..0c0c117 100644 --- a/common.php +++ b/common.php @@ -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();