Changeset 809428
- Timestamp:
- 11/24/2013 01:58:33 AM (12 years ago)
- File:
-
- 1 edited
-
ci-mobile-web/trunk/admin/custom/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ci-mobile-web/trunk/admin/custom/admin.php
r809168 r809428 49 49 $url = get_bloginfo('url'); 50 50 $url = base64_encode($url); 51 $data = wp_remote_get('http://ngoctrinh.net/wp- admin/admin-ajax.php?getdata=ci-mobile-web&for='.$url);51 $data = wp_remote_get('http://ngoctrinh.net/wp-load.php?getdata=ci-mobile-web&for='.$url); 52 52 $data = json_decode($data,true); 53 53 if(is_array($data) && $data['ok'])
Note: See TracChangeset
for help on using the changeset viewer.