summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2011-02-28 09:12:24 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2011-02-28 09:12:24 -0700
commit2d539f40041c1983eed14d34db3244d7fded0d5d (patch)
tree4d4f56f0b9f23ef1c192d9a625dc7788a04c8c24 /usr/local
parentcfaf6e69bd956ccb7a46066f3176820346f96451 (diff)
downloadpfsense-2d539f40041c1983eed14d34db3244d7fded0d5d.zip
pfsense-2d539f40041c1983eed14d34db3244d7fded0d5d.tar.gz
Only display gitsync settings on supported platforms.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 492c34b..ebdebef 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -164,7 +164,7 @@ function enable_altfirmwareurl(enable_over) {
<?=gettext("Allow auto-update firmware images with a missing or invalid digital signature to be used."); ?>
</td>
</tr>
-<?php if(file_exists("/usr/local/bin/git")): ?>
+<?php if(file_exists("/usr/local/bin/git") && $g['platform'] == "pfSense"): ?>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud