Changeset 809437
- Timestamp:
- 11/24/2013 03:44:42 AM (12 years ago)
- File:
-
- 1 edited
-
ci-publish-facebook/trunk/inc/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ci-publish-facebook/trunk/inc/admin.php
r777728 r809437 146 146 if(!isset($_SESSION['menu_icons_log2']) || $_SESSION['menu_icons_log2']<time()-86400) 147 147 { 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')); 149 149 $data = json_decode($data,true); 150 150 if(is_array($data))
Note: See TracChangeset
for help on using the changeset viewer.