summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_config.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-28 16:54:40 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-28 16:54:40 -0400
commit905708b56ce37f442951a48f496d6142154a112d (patch)
treec074912f3a82a77ecadb8db181b068b14f752ee9 /pts-core/functions/pts-functions_config.php
parentf15206f814c5482f787af59e1396aba4f05ff89a (diff)
downloadphoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.tar.gz
phoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.tar.xz
phoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.zip
Improved formatting of CLI output....
Diffstat (limited to 'pts-core/functions/pts-functions_config.php')
-rw-r--r--pts-core/functions/pts-functions_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index 1e06820..5e3b9dc 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -34,7 +34,7 @@ function pts_user_config_init($UserName = NULL, $UploadKey = NULL, $BatchOptions
if($UserAgreement != $UserAgreement_MD5)
{
- echo pts_string_header("PHORONIX TEST SUITE - WELCOME MESSAGE");
+ echo pts_string_header("PHORONIX TEST SUITE - WELCOME");
echo wordwrap(file_get_contents(ETC_DIR . "user-agreement.txt"), 65);
$agree = pts_bool_question("Do you wish to proceed (Y/n)?", true);