summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
authorNeriberto C.Prado <neriberto@gmail.com>2010-06-17 04:56:22 -0700
committerNeriberto C.Prado <neriberto@gmail.com>2010-06-17 04:56:22 -0700
commit591586e385e28c4f5e5bbf54621eeb51720a367c (patch)
treeb924960ba0045b441c4b94861aa0b2f67b21f827 /usr/local/www/diag_authentication.php
parent205da5a084a1d5b265e91d4467bfe22f1a285c88 (diff)
downloadpfsense-591586e385e28c4f5e5bbf54621eeb51720a367c.zip
pfsense-591586e385e28c4f5e5bbf54621eeb51720a367c.tar.gz
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
Diffstat (limited to 'usr/local/www/diag_authentication.php')
-rwxr-xr-xusr/local/www/diag_authentication.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php
index 12eaba2..079e335 100755
--- a/usr/local/www/diag_authentication.php
+++ b/usr/local/www/diag_authentication.php
@@ -87,7 +87,7 @@ include("head.inc");
<form id="iform" name="iform" action="diag_authentication.php" method="post">
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
- <td width="22%" valign="top" class="vncell"><?php gettext("Authentication Server"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Authentication Server"); ?></td>
<td width="78%" class="vtable">
<select name='authmode' id='authmode' class="formselect" >
<?php
@@ -103,13 +103,13 @@ include("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?php gettext("Username"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Username"); ?></td>
<td width="78%" class="vtable">
<input class="formfld unknown" size='20' id='username' name='username' value='<?=$pconfig['username'];?>' />
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?php gettext("Password"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Password"); ?></td>
<td width="78%" class="vtable">
<input class="formfld pwd" type='password' size='20' id='password' name='password' value='<?=$pconfig['password'];?>' />
</td>
OpenPOWER on IntegriCloud