From: Anthony Talarico Date: Thu, 31 Mar 2016 15:36:34 +0000 (-0400) Subject: fixing syntax error in file extension X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3913450b4518cad9bd2883c3fee524dd8a482380;p=prog%2FPelstonFlightData.git fixing syntax error in file extension --- 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();