Adding commentary header
This commit is contained in:
parent
3845470bb7
commit
d7db9b5b9f
@ -1,5 +1,15 @@
|
||||
<?php
|
||||
|
||||
# File: routing.php
|
||||
#
|
||||
# Description: This page is to render an example printout for students to test routing
|
||||
# from within the network emulation software.
|
||||
#
|
||||
# Package: 25U MOS-T Tools
|
||||
# Copyright: DoD
|
||||
#
|
||||
# Author: SPC Ford with 421 RTI 25U MOS-T Class 001-24
|
||||
|
||||
echo '<html>
|
||||
<head>
|
||||
<title>25U Routing Practice</title>
|
||||
|
@ -1,5 +1,15 @@
|
||||
<?php
|
||||
|
||||
# File: subnetting.php
|
||||
#
|
||||
# Description: This page is to render an example printout for students to test subnetting
|
||||
# and binary conversions by hand.
|
||||
#
|
||||
# Package: 25U MOS-T Tools
|
||||
# Copyright: DoD
|
||||
#
|
||||
# Author: SPC Ford with 421 RTI 25U MOS-T Class 001-24
|
||||
|
||||
echo '<html>
|
||||
<head>
|
||||
<title>25U Subnetting Practice</title>
|
||||
|
Loading…
Reference in New Issue
Block a user