summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_config.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-01 21:59:16 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:18 -0400
commitc4d5180afdd55a3110ff64f39f0521c0057a2c3e (patch)
tree502d38aea4d4ddadbe8b1c2f2788d36a91d06fb9 /pts-core/functions/pts-functions_config.php
parent3e8a0dc2eddbf1ab346475e5438078a563aa9635 (diff)
downloadphoronix-test-suite-upstream-c4d5180afdd55a3110ff64f39f0521c0057a2c3e.tar.gz
phoronix-test-suite-upstream-c4d5180afdd55a3110ff64f39f0521c0057a2c3e.tar.xz
phoronix-test-suite-upstream-c4d5180afdd55a3110ff64f39f0521c0057a2c3e.zip
Change location of the user agreement check-sum tag within the
user-config.xml configuration NOTE: This requires you will now need to re-agree to the end-user agreement.
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 2ca64ac..f5f8a38 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -111,7 +111,7 @@ function pts_user_config_init($UserName = NULL, $UploadKey = NULL, $BatchOptions
$config->addXmlObject(P_OPTION_BATCH_PROMPTSAVENAME, 3, $BatchOptions[4]);
$config->addXmlObject(P_OPTION_BATCH_CONFIGURED, 3, $BatchOptions[5]);
- $config->addXmlObject(P_OPTION_USER_AGREEMENT, 4, $UserAgreement_MD5);
+ $config->addXmlObject(P_OPTION_USER_AGREEMENT, 3, $UserAgreement_MD5);
file_put_contents(PTS_USER_DIR . "user-config.xml", $config->getXML());
}