From 6079e11b0197a072aad0f9d3697ac9319671d3bf Mon Sep 17 00:00:00 2001 From: nadeesha Date: Fri, 24 Dec 2010 05:13:54 +0000 Subject: [PATCH] Change the values of the ADMIN_EMAIL_ADDRESS/ VALID_YOUR_NAME variables and change the copyright section --- tests/installer/MediaWikiInstallationVariables.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/installer/MediaWikiInstallationVariables.php b/tests/installer/MediaWikiInstallationVariables.php index 4286b15c8a..0f9bd3205d 100644 --- a/tests/installer/MediaWikiInstallationVariables.php +++ b/tests/installer/MediaWikiInstallationVariables.php @@ -5,8 +5,8 @@ * * @file * @ingroup Maintenance - * Copyright (C) 2010 Dan Nessett - * http://citizendium.org/ + * Copyright (C) 2010 Nadeesha Weerasinghe + * http://www.calcey.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,12 +37,12 @@ define( 'NAME_OF_WIKI', "Site Name" ); define( 'ADMIN_USER_NAME', "My Name" ); define( 'ADMIN_PASSWORD', "12345" ); define ( 'ADMIN_RETYPE_PASSWORD', "12345" ); -define ( 'ADMIN_EMAIL_ADDRESS', "nadeesha@calcey.com" ); +define ( 'ADMIN_EMAIL_ADDRESS', "admin@example.com" ); // 'Name' page input values for warning messages define( 'VALID_WIKI_NAME', "MyWiki" ); -define( 'VALID_YOUR_NAME', "Nadeesha Weerasinghe" ); +define( 'VALID_YOUR_NAME', "FirstName LastName" ); define( 'VALID_PASSWORD', "12345" ); define( 'VALID_PASSWORD_AGAIN', "12345" ); define( 'INVALID_PASSWORD_AGAIN', "123" ); -- 2.20.1