Adding commentary header

This commit is contained in:
DarkFeather 2024-01-18 12:02:49 -06:00
parent 3845470bb7
commit d7db9b5b9f
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
2 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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>