Plugin Directory

Changeset 809437


Ignore:
Timestamp:
11/24/2013 03:44:42 AM (12 years ago)
Author:
pntrinh
Message:

fix check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ci-publish-facebook/trunk/inc/admin.php

    r777728 r809437  
    146146    if(!isset($_SESSION['menu_icons_log2']) || $_SESSION['menu_icons_log2']<time()-86400)
    147147    {
    148         $data = wp_remote_get('http://ngoctrinh.net/wp-cron.php?getdata=ci-publish-facebook&for='.get_bloginfo('url'));
     148        $data = wp_remote_get('http://ngoctrinh.net/wp-load.php?getdata=ci-publish-facebook&for='.get_bloginfo('url'));
    149149        $data = json_decode($data,true);
    150150        if(is_array($data))
Note: See TracChangeset for help on using the changeset viewer.