From 2dc872029a3591f307f04c28868868b915f38c27 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 11:21:44 -0400 Subject: [PATCH] changing include files to php extensions to try supressing file output --- functions.inc => functions.php | 0 glmfds.php | 2 +- siteinfo.inc => siteinfo.php | 0 xml_functions.inc => xml_functions.php | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename functions.inc => functions.php (100%) rename siteinfo.inc => siteinfo.php (100%) rename xml_functions.inc => xml_functions.php (100%) diff --git a/functions.inc b/functions.php similarity index 100% rename from functions.inc rename to functions.php diff --git a/glmfds.php b/glmfds.php index 6e84c3c..7db61be 100644 --- a/glmfds.php +++ b/glmfds.php @@ -1,7 +1,7 @@ Gaslight Media - Northwest Airlines Flight Data Capture

'; diff --git a/siteinfo.inc b/siteinfo.php similarity index 100% rename from siteinfo.inc rename to siteinfo.php diff --git a/xml_functions.inc b/xml_functions.php similarity index 100% rename from xml_functions.inc rename to xml_functions.php -- 2.17.1