Revision 31f03b6c
Added by Sjon Hortensius over 10 years ago
usr/local/www/diag_authentication.php | ||
---|---|---|
71 | 71 |
include("head.inc"); |
72 | 72 |
|
73 | 73 |
?> |
74 |
|
|
75 |
<body> |
|
76 |
<?php include("fbegin.inc")?> |
|
77 | 74 |
<?php if ($input_errors) print_input_errors($input_errors)?> |
78 | 75 |
<?php if ($savemsg) print_info_box($savemsg)?> |
79 | 76 |
<div id="container"> |
... | ... | |
112 | 109 |
</form> |
113 | 110 |
</div> |
114 | 111 |
</div> |
115 |
<?php include("fend.inc")?> |
|
116 |
</body> |
|
117 |
</html> |
|
112 |
<?php include("foot.inc")?> |
Also available in: Unified diff
re-added shortcuts/, global tpl updates