projects
/
prog
/
PelstonFlightData.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ae7e3
)
fixing syntax error in file extension
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:36:34 +0000
(11:36 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:36:34 +0000
(11:36 -0400)
glmfds.php
patch
|
blob
|
history
diff --git
a/glmfds.php
b/glmfds.php
index
1edef3e
..
88430bd
100644
(file)
--- 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();