Adrian Short пре 9 година
родитељ
комит
5a7efd534a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      includes/sites.php

+ 1
- 1
includes/sites.php Прегледај датотеку

@@ -51,7 +51,7 @@ else :
echo "No posts matched the query";
endif;

if ( $_GET['format'] == 'csv' ) {
if ( isset( $_GET['format'] ) && $_GET['format'] == 'csv' ) {
header( "Content-Type: text/csv" );
header('Content-Disposition: attachment; filename="localweblist.csv"');
$fp = fopen('php://output', 'w');


Loading…
Откажи
Сачувај