6 lines
73 B
PHP
Executable file
6 lines
73 B
PHP
Executable file
<?
|
|
header("Content-type:application/csv");
|
|
|
|
|
|
echo $content_for_layout;
|
|
?>
|