Plugin Directory

Changeset 809428


Ignore:
Timestamp:
11/24/2013 01:58:33 AM (12 years ago)
Author:
pntrinh
Message:

fix check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ci-mobile-web/trunk/admin/custom/admin.php

    r809168 r809428  
    4949        $url = get_bloginfo('url');
    5050        $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);
    5252        $data = json_decode($data,true);
    5353        if(is_array($data) && $data['ok'])
Note: See TracChangeset for help on using the changeset viewer.