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