including functions.php and xml_functions.php in the output buffer
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:34:37 +0000 (11:34 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:34:37 +0000 (11:34 -0400)
glmfds.php

index 53d8aff..86b9025 100644 (file)
@@ -1,10 +1,10 @@
 <?php
+
 ob_start();
 require_once( 'xml_functions.php' );
+nclude( 'functions.inc' );
 $data = ob_get_clean();
 ob_end_clean();
-//include( 'functions.inc' );
-
 
 define( 'EXPECTED_NWS_MSG_MAJ_VERSION',         '1' );          // Expected message XML message version from NWA
 echo '<html><head></head><body>Gaslight Media - Northwest Airlines Flight Data Capture<p>';