summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-01-14 13:27:36 +0000
committerColin Fleming <cj_fleming@sky.com>2013-01-14 13:27:36 +0000
commita3381369d9858b92e3282f5d20ff94b62349b93a (patch)
tree021d4f761db4cdaed63a7dff1d70e1d1c7cc10c4 /usr/local/www/vpn_l2tp.php
parent11d1d64e81484f3175780e841f72fe845d7205f3 (diff)
downloadpfsense-a3381369d9858b92e3282f5d20ff94b62349b93a.zip
pfsense-a3381369d9858b92e3282f5d20ff94b62349b93a.tar.gz
Update PHP shorthand tag
Standardise all PHP start tags from "<?" to "<?PHP"
Diffstat (limited to 'usr/local/www/vpn_l2tp.php')
-rw-r--r--usr/local/www/vpn_l2tp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_l2tp.php b/usr/local/www/vpn_l2tp.php
index a2b5643..699e468 100644
--- a/usr/local/www/vpn_l2tp.php
+++ b/usr/local/www/vpn_l2tp.php
@@ -375,7 +375,7 @@ function enable_change(enable_over) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Secret");?></td>
<td width="78%" class="vtable">
- <input type="password" name="secret" id="secret" class="formfld pwd" value="<? echo htmlspecialchars($pconfig['secret']); ?>">
+ <input type="password" name="secret" id="secret" class="formfld pwd" value="<?php echo htmlspecialchars($pconfig['secret']); ?>">
<br />
<?=gettext("Specify optional secret shared between peers. Required on some devices/setups.");?><br />
</td>
OpenPOWER on IntegriCloud