Blob Blame History Raw
--- mantis-0.19.2/config_inc.php.sample.email	2004-09-12 14:23:36.000000000 +0200
+++ mantis-0.19.2/config_inc.php.sample	2005-03-07 17:52:02.000000000 +0100
@@ -34,14 +34,14 @@
 	$g_database_name = "bugtracker";
 
 	# --- email variables -------------
-	$g_administrator_email  = 'administrator@example.com';
-	$g_webmaster_email      = 'webmaster@example.com';
+	$g_administrator_email  = 'administrator@localhost';
+	$g_webmaster_email      = 'webmaster@localhost';
 
 	# the "From: " field in emails
-	$g_from_email           = 'noreply@example.com';
+	$g_from_email           = 'noreply@localhost';
 
 	# the return address for bounced mail
-	$g_return_path_email    = 'admin@example.com';
+	$g_return_path_email    = 'admin@localhost';
 
 	# --- file upload settings --------
 	# This is the master setting to disable *all* file uploading functionality
@@ -49,4 +49,4 @@
 	# The default value is ON but you must make sure file uploading is enabled
 	#  in PHP as well.  You may need to add "file_uploads = TRUE" to your php.ini.
 	$g_allow_file_upload	= ON;
-?>
\ No newline at end of file
+?>
--- mantis-0.19.2/config_defaults_inc.php.email	2005-03-07 17:49:31.000000000 +0100
+++ mantis-0.19.2/config_defaults_inc.php	2005-03-07 17:51:24.000000000 +0100
@@ -75,7 +75,7 @@
 		} else if ( isset( $_SERVER['SERVER_ADDR'] ) ) {
 			$t_host = $_SERVER['SERVER_ADDR'] . $t_port;
 		} else {
-			$t_host = 'www.example.com';
+			$t_host = 'localhost';
 		}
 
 		$t_path = dirname( $_SERVER['PHP_SELF'] );
@@ -85,7 +85,7 @@
 
 		$g_path	= $t_protocol . '://' . $t_host . $t_path.'/';
 	} else {
-		$g_path	= 'http://www.example.com/mantis/';
+		$g_path	= 'http://localhost/mantis/';
 	}
 
 	# path to your images directory (for icons)
@@ -170,14 +170,14 @@
 	#############################
 
 	# --- email variables -------------
-	$g_administrator_email	= 'administrator@example.com';
-	$g_webmaster_email		= 'webmaster@example.com';
+	$g_administrator_email	= 'administrator@localhost';
+	$g_webmaster_email		= 'webmaster@localhost';
 
 	# the 'From: ' field in emails
-	$g_from_email			= 'noreply@example.com';
+	$g_from_email			= 'noreply@localhost';
 
 	# the return address for bounced mail
-	$g_return_path_email	= 'admin@example.com';
+	$g_return_path_email	= 'admin@localhost';
 
 	# allow email notification
 	#  note that if this is disabled, sign-up and password reset messages will
@@ -711,7 +711,7 @@
 	# look in README.LDAP for details
 
 	# --- using openldap -------------
-	$g_ldap_server			= 'ldaps://ldap.example.com.au/';
+	$g_ldap_server			= 'ldaps://localhost/';
 	$g_ldap_port			= '636';
 	$g_ldap_root_dn			= 'dc=example,dc=com,dc=au';
 	$g_ldap_organization		= '';    # e.g. '(organizationname=*Traffic)'