summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions.php')
-rw-r--r--pts-core/functions/pts-functions.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index 5319549..d6caf49 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -689,14 +689,6 @@ function pts_evaluate_script_type($script)
return $script_type;
}
-function pts_set_environment_variable($name, $value)
-{
- // Sets an environmental variable
- if(getenv($name) == false)
- {
- putenv($name . "=" . $value);
- }
-}
function pts_proximity_match($search, $match_to)
{
// Proximity search in $search string for * against $match_to