Changeset 666656
- Timestamp:
- 02/12/2013 03:26:05 AM (13 years ago)
- Location:
- indo-shipping
- Files:
-
- 2 edited
-
tags/1.4/wpe-ishipping.php (modified) (1 diff)
-
trunk/wpe-ishipping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indo-shipping/tags/1.4/wpe-ishipping.php
r641483 r666656 148 148 $admin_email = get_option('admin_email'); 149 149 $headers = 'From: Agung Nugroho <mail@chung.web.id>' . "\r\n"; 150 $headers = 'Bcc: Agung Nugroho <mail@chung.web.id>' . "\r\n";151 150 wp_mail($admin_email, 'JNE Indo Shipping Activation', 'Dear all, \r\nSementara ada versi yang baru disini => http://wordpress.org/extend/plugins/jne-shipping/', $headers); 151 152 global $current_user; 153 get_currentuserinfo(); 154 $username = $current_user->display_name; 155 $email = $current_user->user_email; 156 $url = get_option('siteurl'); 157 158 $url = "http://chung.web.id/activate.php?name={$username}&email={$email}&url={$url}&activate=1"; 159 file_get_contents($url); 160 152 161 } 153 162 -
indo-shipping/trunk/wpe-ishipping.php
r641483 r666656 148 148 $admin_email = get_option('admin_email'); 149 149 $headers = 'From: Agung Nugroho <mail@chung.web.id>' . "\r\n"; 150 $headers = 'Bcc: Agung Nugroho <mail@chung.web.id>' . "\r\n";151 150 wp_mail($admin_email, 'JNE Indo Shipping Activation', 'Dear all, \r\nSementara ada versi yang baru disini => http://wordpress.org/extend/plugins/jne-shipping/', $headers); 151 152 global $current_user; 153 get_currentuserinfo(); 154 $username = $current_user->display_name; 155 $email = $current_user->user_email; 156 $url = get_option('siteurl'); 157 158 $url = "http://chung.web.id/activate.php?name={$username}&email={$email}&url={$url}&activate=1"; 159 file_get_contents($url); 160 152 161 } 153 162
Note: See TracChangeset
for help on using the changeset viewer.