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

2
htdocs/batch_process.php Executable file → Normal file
View File

@@ -75,7 +75,7 @@ if ($nr)
{
Memc::flush();
$rp = $nr != 1 ? "reports" : "report";
//IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/");
IRCNotify::send("#replex", "[CrashProcessor] $nr new $rp. http://crash.replex.org/");
}
Session::GC();