moving html tags outside of class definition
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:38:02 +0000 (10:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:38:02 +0000 (10:38 -0400)
glmfds.php

index a8cf8c2..d2a72bd 100644 (file)
@@ -226,8 +226,8 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) )
 //  else
 //        echo "No data received.<p>";
 //
-echo '</body></html>';
+
     
 }
-
+echo '</body></html>';
 ?>