Changeset 232670
- Timestamp:
- 04/24/2010 02:00:01 AM (16 years ago)
- Location:
- wp-time-machine/trunk/includes
- Files:
-
- 2 edited
-
wpTimeMachineCore.php4 (modified) (1 diff)
-
wpTimeMachineCore.php5 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-time-machine/trunk/includes/wpTimeMachineCore.php4
r232665 r232670 31 31 } 32 32 33 if (isset($_GET['use_timestamp_dir'])) { 34 $wpTimeMachineOptionsStorage['use_timestamp_dir'] = $_GET['use_timestamp_dir']; 35 } 36 33 37 if (isset($_POST['offsite'])) { 34 38 $wpTimeMachineOptionsStorage['offsite'] = $_POST['offsite']; 35 }36 37 if (isset($_POST['use_timestamp_dir'])) {38 $wpTimeMachineOptionsStorage['use_timestamp_dir'] = $_POST['use_timestamp_dir'];39 39 } 40 40 -
wp-time-machine/trunk/includes/wpTimeMachineCore.php5
r232665 r232670 40 40 } 41 41 42 if (isset($_GET['use_timestamp_dir'])) { 43 $wpTimeMachineOptionsStorage['use_timestamp_dir'] = $_GET['use_timestamp_dir']; 44 } 45 42 46 if (isset($_POST['offsite'])) { 43 47 $wpTimeMachineOptionsStorage['offsite'] = $_POST['offsite']; 44 }45 46 if (isset($_POST['use_timestamp_dir'])) {47 $wpTimeMachineOptionsStorage['use_timestamp_dir'] = $_POST['use_timestamp_dir'];48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.