From 9710e3398f7031f4f1aa1fbb7b89d90d9bfaba79 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 4 May 2005 01:42:25 +0000 Subject: [PATCH] r64: Putting up new file header --- admin/admin.css | 2 +- admin/global.php | 8 ++++---- admin/options.php | 8 ++++---- admin/priority.php | 8 ++++---- admin/product.php | 8 ++++---- admin/resolution.php | 8 ++++---- admin/severity.php | 8 ++++---- admin/status.php | 8 ++++---- admin/usergroup.php | 8 ++++---- editcomment.php | 8 ++++---- editreport.php | 2 +- global.php | 8 ++++---- includes/adminfunctions.php | 12 ++++++------ includes/config.php.new | 10 +++++----- includes/db_mysql.php | 8 ++++---- includes/functions.php | 8 ++++---- includes/functions_datastore.php | 8 ++++---- includes/functions_mail.php | 10 +++++----- includes/functions_template.php | 8 ++++---- includes/init.php | 10 +++++----- index.php | 8 ++++---- login.php | 8 ++++---- newcomment.php | 8 ++++---- newreport.php | 8 ++++---- register.php | 8 ++++---- search.php | 8 ++++---- showreport.php | 8 ++++---- templates/default/tsinfo.php | 8 ++++---- 28 files changed, 111 insertions(+), 111 deletions(-) diff --git a/admin/admin.css b/admin/admin.css index 5683980..2e9868d 100755 --- a/admin/admin.css +++ b/admin/admin.css @@ -1,4 +1,4 @@ -/* Admin CSS Class for Renapsus [#]version[#] */ +/* Admin CSS Class for BugStrike [#]version[#] */ /* (c) 2002 - [#]year[#] Iris Studios, Inc.*/ /* ################################################################### */ diff --git a/admin/global.php b/admin/global.php index ad47b07..90d400c 100755 --- a/admin/global.php +++ b/admin/global.php @@ -1,12 +1,12 @@ \r"; echo "\r"; @@ -102,7 +102,7 @@ EOD; { global $bugsys; - $copyright = "\r
\r

\r\tRenapsus " . $bugsys->options['trackerversion'] . ", © 2002 - " . date('Y') . " Iris Studios, Inc.\r

"; + $copyright = "\r
\r

\r\tBugStrike " . $bugsys->options['trackerversion'] . ", © 2002 - " . date('Y') . " Iris Studios, Inc.\r

"; if (!defined('HIDE_SETUP')) { diff --git a/includes/config.php.new b/includes/config.php.new index fdd8847..4bc3c0d 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -1,12 +1,12 @@ options['webmasteremail'] . ">\n"; $headers .= "Return-Path: " . $bugsys->options['webmasteremail'] . "\n"; - $headers .= "X-Mailer: Renapsus [#]version[#] Mail\n"; + $headers .= "X-Mailer: BugStrike [#]version[#] Mail\n"; $headers .= "Content-Type: text/plain; charset=\"" . $bugsys->options['lang_charset'] . "\"\n"; $headers .= "Content-Transfer-Encoding: 7bit\n"; diff --git a/includes/functions_template.php b/includes/functions_template.php index b13f90b..6d18df4 100644 --- a/includes/functions_template.php +++ b/includes/functions_template.php @@ -1,12 +1,12 @@ appname = 'Renapsus'; +$DB_sql->appname = 'BugStrike'; $DB_sql->database = $database; $DB_sql->connect($servername, $username, $password, $usepconnect); define('DEVDEBUG', $debug); diff --git a/index.php b/index.php index 1d66f7c..57ee967 100644 --- a/index.php +++ b/index.php @@ -1,12 +1,12 @@