Skip to content

Commit 77f6e7c

Browse files
committed
fixed line break in account.php
1 parent 200f96c commit 77f6e7c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

webroot/panel/account.php

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,18 @@
178178
?>
179179
</select>
180180

181-
<?php
181+
<?php
182182

183-
if ($found_selector) {
184-
echo "<input id='customLoginBox' type='text' placeholder='Enter login shell path (ie. /bin/bash)' name='shell'>";
185-
} else {
186-
echo "<input id='customLoginBox' type='text'
187-
placeholder='Enter login shell path (ie. /bin/bash)' name='shell' value='$cur_shell'>";
188-
}
183+
if ($found_selector) {
184+
echo "<input id='customLoginBox' type='text'
185+
placeholder='Enter login shell path (ie. /bin/bash)' name='shell'>";
186+
} else {
187+
echo "<input id='customLoginBox' type='text'
188+
placeholder='Enter login shell path (ie. /bin/bash)' name='shell' value='$cur_shell'>";
189+
}
189190

190-
?>
191+
?>
192+
<br>
191193
<input type='submit' value='Set Login Shell'>
192194

193195
</form>

0 commit comments

Comments
 (0)