Ignore:
Timestamp:
Apr 21, 2019, 11:49:56 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/backup.php

    r256 r284  
    88$sth = $dbi->prepare("$sql");
    99$sth->execute();       
    10 $row = $sth->fetch(PDO::FETCH_BOTH);
    11 $nomeFile=$row[0];
     10//$row = $sth->fetch(PDO::FETCH_BOTH);
     11//$nomeFile=$row[0];
     12list($nomeFile)=$sth->fetch(PDO::FETCH_NUM);
    1213#$nomeFile="backup";
    1314header( 'Content-Type: application/octet-stream' );
Note: See TracChangeset for help on using the changeset viewer.