Skip to content

Commit c2023a3

Browse files
committed
s/<? /<?php /g
1 parent 9553d73 commit c2023a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tables/user_add-details.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@
295295
<?php echo pql_format_error_span($error["loginshell"]); ?>
296296
&nbsp;&nbsp;
297297
<select name="loginshell">
298-
<option value="/bin/false"<?php if(empty($_REQUEST["loginshell"])) { ?> SELECTED<? } ?>>/bin/false</option>
298+
<option value="/bin/false"<?php if(empty($_REQUEST["loginshell"])) { ?> SELECTED<?php } ?>>/bin/false</option>
299299
<?php foreach($shells as $shell) { ?>
300-
<option value="<?php echo $shell?>"<?php if(@($_REQUEST["loginshell"] == $shell)) { ?> SELECTED<? } ?>><?php echo $shell?></option>
300+
<option value="<?php echo $shell?>"<?php if(@($_REQUEST["loginshell"] == $shell)) { ?> SELECTED<?php } ?>><?php echo $shell?></option>
301301
<?php } ?>
302302
</select>
303303
</td>

0 commit comments

Comments
 (0)