-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfoot.php
29 lines (22 loc) · 937 Bytes
/
foot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/******************************************************************************/
/* dcetail reports */
/******************************************************************************/
/* Developed by: Ken Sladaritz */
/* Marshall Computer Service */
/* 2660 E End Blvd S, Suite 122 */
/* Marshall, TX 75672 */
/* [email protected] */
/******************************************************************************/
echo<<<END
</div>
</td>
</tr>
<tr id="footer"><td> </td></tr>
</table>
<INPUT name="devent" id="devent" type="hidden">
</form>
</body>
</html>
END;
?>