Revision a153c6d1
Added by NewEraCracker over 9 years ago
src/usr/local/www/diag_authentication.php | ||
---|---|---|
104 | 104 |
$shortcut_section = "authentication"; |
105 | 105 |
include("head.inc"); |
106 | 106 |
|
107 |
?> |
|
108 |
<?php |
|
109 | 107 |
if ($input_errors) { |
110 | 108 |
print_input_errors($input_errors); |
111 | 109 |
} |
Also available in: Unified diff
Cleanup
Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.