aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg_realtime.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/sarg/sarg_realtime.php')
-rwxr-xr-xconfig/sarg/sarg_realtime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_realtime.php b/config/sarg/sarg_realtime.php
index c5d926e5..f7618d1a 100755
--- a/config/sarg/sarg_realtime.php
+++ b/config/sarg/sarg_realtime.php
@@ -28,7 +28,7 @@
*/
$pf_version=substr(trim(file_get_contents("/etc/version")),0,3);
-if ($pf_version > 2.0)
+if ($pf_version == "2.1" || $pf_version == "2.2")
define('SARG_DIR', '/usr/pbi/sarg-' . php_uname("m"));
else
define('SARG_DIR', '/usr/local');