Parcourir la source

Catch warning

master
Adrian Short il y a 9 ans
Parent
révision
5a7efd534a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      includes/sites.php

+ 1
- 1
includes/sites.php Voir le fichier

@@ -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');


Chargement…
Annuler
Enregistrer