From 16ae7e36864af1ab3e537ef0f34e47406da94294 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 11:35:39 -0400 Subject: [PATCH] fixing syntax error --- glmfds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glmfds.php b/glmfds.php index 86b9025..1edef3e 100644 --- a/glmfds.php +++ b/glmfds.php @@ -2,7 +2,7 @@ ob_start(); require_once( 'xml_functions.php' ); -nclude( 'functions.inc' ); +require_once( 'functions.inc' ); $data = ob_get_clean(); ob_end_clean(); -- 2.17.1