Changeset 284 for trunk/admin/modules/Elezioni/backup.php
- Timestamp:
- Apr 21, 2019, 11:49:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/backup.php
r256 r284 8 8 $sth = $dbi->prepare("$sql"); 9 9 $sth->execute(); 10 $row = $sth->fetch(PDO::FETCH_BOTH); 11 $nomeFile=$row[0]; 10 //$row = $sth->fetch(PDO::FETCH_BOTH); 11 //$nomeFile=$row[0]; 12 list($nomeFile)=$sth->fetch(PDO::FETCH_NUM); 12 13 #$nomeFile="backup"; 13 14 header( 'Content-Type: application/octet-stream' );
Note:
See TracChangeset
for help on using the changeset viewer.