Branding: Singularity -> Replex (part 2)

This commit is contained in:
Latif Khalifa
2014-06-05 20:18:54 +02:00
parent bffb93f2f7
commit f9c8a99358
12 changed files with 18 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ if (PHP_SAPI != "cli")
header("Content-Type: text/plain");
}
if (!$remote_map = json_decode(file_get_contents("http://alpha.singularityviewer.org/alpha/builds_map.php"))) return;
if (!$remote_map = json_decode(file_get_contents("http://files.streamgrid.net/replex/builds_map.php"))) return;
$existing = CrashReport::getBuildsMap();