source:
trunk/www.guidonia.net/wp/wp-content/plugins/ferdinand-wordbook/ajax/getSession.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | <?php |
2 | define('WP_ADMIN', TRUE); |
3 | require_once('../../../../wp-load.php'); |
4 | require_once(ABSPATH . 'wp-admin/includes/admin.php'); |
5 | require_once('../lib.php'); |
6 | |
7 | $wpfbg = new wpfbg(true); |
8 | echo $wpfbg->getSession($_GET['token']); |
9 | |
10 | ?> |
Note:
See TracBrowser
for help on using the repository browser.