diff --git a/htdocs/batch_process.php b/htdocs/batch_process.php
old mode 100755
new mode 100644
index 54dd1d5..0016c2c
--- a/htdocs/batch_process.php
+++ b/htdocs/batch_process.php
@@ -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();
diff --git a/htdocs/download.php b/htdocs/download.php
index f7baade..6c03c9e 100644
--- a/htdocs/download.php
+++ b/htdocs/download.php
@@ -15,4 +15,4 @@ if (!$miniDump || !($miniDump->getData()))
}
header("Content-Type: application/octet-stream");
-http::sendDownload("singularity" . ((int)$_GET["report_id"]) . ".dmp", $miniDump->getData());
\ No newline at end of file
+http::sendDownload("replex" . ((int)$_GET["report_id"]) . ".dmp", $miniDump->getData());
\ No newline at end of file
diff --git a/htdocs/index.php b/htdocs/index.php
index cca8b53..b7fccb1 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -11,12 +11,12 @@ if (!$S->isAnonymous() && $S->user->isAllowed())
Layout::header();
?>
-
This application is used for analyzing crash reports and statitstics for the Singularity
+
This application is used for analyzing crash reports and statitstics for the Replex
Viewer project.
Access to this tool is granted to the members of the development team.
The main goal is to identify the most common problems and improve the expierience
-for the users of Singularity Viewer.