From: Anthony Talarico Date: Thu, 31 Mar 2016 14:55:10 +0000 (-0400) Subject: moving getxml data function outside of class for testing X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b9993559fe92ef122ba004975666e9903233b30f;p=prog%2FPelstonFlightData.git moving getxml data function outside of class for testing --- diff --git a/glmfds.php b/glmfds.php index 72f1442..0fddc75 100644 --- a/glmfds.php +++ b/glmfds.php @@ -219,14 +219,13 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) ) fclose($handle); } */ - + + + +} if( trim($XMLData) != '' ) get_nwa_data( $XMLData ); else echo "No data received.

"; - - -} - echo ''; ?>