From 9333caf0f2e1c8636f4bdbe3e0c138e7f022f076 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Mar 2007 05:50:24 +0000 Subject: [PATCH] r1511: Don't use PHP short tags because not everybody has them enabled. --- docs/mailtest.php | 6 +++--- install/install.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mailtest.php b/docs/mailtest.php index fae9dc3..7a92716 100644 --- a/docs/mailtest.php +++ b/docs/mailtest.php @@ -113,10 +113,10 @@ Sendmail (Path): \"" . ini_get('sendmail_path') . "\"";

Variables

-

PHP:
+
PHP:
Mail Test: $Revision$
-
Sendmail (From): ""
-
Sendmail (Path): ""
+
Sendmail (From): ""
+
Sendmail (Path): ""

diff --git a/install/install.php b/install/install.php index 3a2e6cd..91f2196 100644 --- a/install/install.php +++ b/install/install.php @@ -130,7 +130,7 @@ if ($bugsys->in['mark'] == 4)
Tracker Name (the name of the entire tracking system, for instance "Acme Inc. Bug Tracker"):
-
Tracker URL (the root URL of your tracker, we have tried to guess this for you; it does not end with a trailing slash!):
+
Tracker URL (the root URL of your tracker, we have tried to guess this for you; it does not end with a trailing slash!):
Webmaster Email:
-- 2.22.5