Changeset 232514
- Timestamp:
- 04/23/2010 08:18:09 PM (16 years ago)
- Location:
- wp-time-machine/trunk/includes
- Files:
-
- 2 edited
-
wpTimeMachineCore.php4 (modified) (2 diffs)
-
wpTimeMachineCore.php5 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/includes/wpTimeMachineCore.php4
r232371 r232514 22 22 $files = array( $wpcontent_targz, $wpdata_sqlgz, $htaccess_targz, $instructions ); 23 23 $cron_settings = "0 0 * * * php " . $wpplugin_dir . "/wp-time-machine/wp-time-machine.php"; 24 $offsite = $wpTimeMachineOptionsStorage['offsite'];25 24 26 25 if ($wpTimeMachineOptionsStorage['use_timestamp_dir'] == "true") { … … 74 73 update_option($this->adminOptionsName, $wpTimeMachineOptionsStorage); 75 74 75 $offsite = $wpTimeMachineOptionsStorage['offsite']; 76 76 77 // Strings based on $offsite 77 78 -
wp-time-machine/trunk/includes/wpTimeMachineCore.php5
r232371 r232514 30 30 $instructions = $wpcontent_dir . "/wpTimeMachine-Instructions.txt"; 31 31 $files = array( $wpcontent_targz, $wpdata_sqlgz, $htaccess_targz, $instructions ); 32 $cron_settings = "0 0 * * * php " . $wpplugin_dir . "/wp-time-machine/wp-time-machine.php"; 33 $offsite = $wpTimeMachineOptionsStorage['offsite']; 32 $cron_settings = "0 0 * * * php " . $wpplugin_dir . "/wp-time-machine/wp-time-machine.php"; 34 33 35 34 if ($wpTimeMachineOptionsStorage['use_timestamp_dir'] == "true") { … … 82 81 83 82 update_option($this->adminOptionsName, $wpTimeMachineOptionsStorage); 83 84 $offsite = $wpTimeMachineOptionsStorage['offsite']; 84 85 85 86 // Strings based on $offsite
Note: See TracChangeset
for help on using the changeset viewer.