Changeset 548407
- Timestamp:
- 05/24/2012 07:19:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
backup/trunk/backup.php
r548002 r548407 2 2 /* 3 3 Plugin Name: Backup 4 Version: 1.1. 34 Version: 1.1.4 5 5 Plugin URI: http://hel.io/wordpress/backup/ 6 6 Description: Backup your WordPress website to Google Drive. … … 420 420 } 421 421 else { 422 backup_log( 'ERROR', 'Bad response: ' . $response , __FILE__, __LINE__ );422 backup_log( 'ERROR', 'Bad response: ' . $response . '. Request header: ' . join( "; ", $header ), __FILE__, __LINE__ ); 423 423 return false; 424 424 }
Note: See TracChangeset
for help on using the changeset viewer.