summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-16 10:25:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-16 10:25:26 -0500
commit8937d77d583bf6e19b316f075ed4e09c4ab2544c (patch)
tree2f777429ec373ddbd21dadb8510331f448fd672f /src/usr/local/www/services_dyndns_edit.php
parent6e1277201fd7457a12d6da3ea518de8f6ee966ef (diff)
downloadpfsense-8937d77d583bf6e19b316f075ed4e09c4ab2544c.zip
pfsense-8937d77d583bf6e19b316f075ed4e09c4ab2544c.tar.gz
Whitesapce change
Diffstat (limited to 'src/usr/local/www/services_dyndns_edit.php')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 4595186..707dfc3 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -170,7 +170,7 @@ if ($_POST) {
$dyndns['verboselog'] = $_POST['verboselog'] ? true : false;
$dyndns['curl_ipresolve_v4'] = $_POST['curl_ipresolve_v4'] ? true : false;
$dyndns['curl_ssl_verifypeer'] = $_POST['curl_ssl_verifypeer'] ? true : false;
- /* In this place enable means disabled */
+ // In this place enable means disabled
if ($_POST['enable']) {
unset($dyndns['enable']);
} else {
@@ -415,7 +415,7 @@ print($form);
<script type="text/javascript">
//<![CDATA[
-events.push(function(){
+events.push(function() {
function setVisible(service) {
switch(service) {
OpenPOWER on IntegriCloud