summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_shell.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions_shell.php')
-rw-r--r--pts-core/functions/pts-functions_shell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_shell.php b/pts-core/functions/pts-functions_shell.php
index 7c4c715..f5588a1 100644
--- a/pts-core/functions/pts-functions_shell.php
+++ b/pts-core/functions/pts-functions_shell.php
@@ -52,7 +52,7 @@ function pts_download($download, $to)
$to_file = basename($to);
$to_dir = dirname($to);
$download_output = "";
- $user_agent = "PhoronixTestSuite/" . PTS_CODENAME;
+ $user_agent = pts_codename(true);
if(strpos($to_file, ".") === false)
{