diff options
-rw-r--r-- | config/tftp2/tftp.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/tftp2/tftp.inc b/config/tftp2/tftp.inc index 75ddaac8..baf753c9 100644 --- a/config/tftp2/tftp.inc +++ b/config/tftp2/tftp.inc @@ -28,6 +28,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("filter.inc"); +require_once("util.inc"); + function tftp_byte_convert($bytes) { if ($bytes <= 0) { return '0 Byte'; |