summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-16 14:15:56 +0930
committerStephen Beaver <sbeaver@netgate.com>2016-08-16 09:21:54 -0400
commit9488f42b8190c92b6328697cbe84faad71647675 (patch)
treed67ed8fa47eb873cf9c9adcb766c4a8a81013afe /src/usr/local/www/system_update_settings.php
parentc9cd556bdc4ef615778aa0c28c1030db23abf107 (diff)
downloadpfsense-9488f42b8190c92b6328697cbe84faad71647675.zip
pfsense-9488f42b8190c92b6328697cbe84faad71647675.tar.gz
Code style and comments
No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index e335ff9..9496ecf 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -186,6 +186,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) {
'synconupgrade',
'Auto sync on update',
'Enable repository/branch sync before reboot',
+ 'Enable repository/branch sync before reboot',
isset($gitcfg['synconupgrade'])
))->setHelp('After updating, sync with the following repository/branch before reboot.');
@@ -227,7 +228,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) {
'<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
$form->add($section);
-} // e-o-if(file_exista()
+} // e-o-if (file_exists())
print($form);
OpenPOWER on IntegriCloud