diff --git a/export.php b/export.php new file mode 100644 index 00000000..fd6b184f --- /dev/null +++ b/export.php @@ -0,0 +1,23 @@ + + * + * + * + */ + + function exportHeader($symbol, $date, $form_type, $quarter, $xblr, $timestamp) { + global $VERSION; + + $output = << + + + +TEXT; + return $output; + } +?> \ No newline at end of file