source: trunk/www.guidonia.net/wp/wp-content/plugins/ferdinand-wordbook/ajax/addAlbum.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 222 bytes
Line 
1<?php
2define('WP_ADMIN', TRUE);
3require_once('../../../../wp-load.php');
4require_once(ABSPATH . 'wp-admin/includes/admin.php');
5require_once('../lib.php');
6
7$wpfbg = new wpfbg(true);
8echo $wpfbg->addAlbum($_GET['aid']);
9?>
Note: See TracBrowser for help on using the repository browser.