Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
3 | <head>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
---|
5 | <title></title>
|
---|
6 | </head>
|
---|
7 | <body><?php
|
---|
8 | require_once( '../../../wp-config.php' );
|
---|
9 |
|
---|
10 | $url = $_POST['url'];
|
---|
11 |
|
---|
12 | $title = $_POST['title'];
|
---|
13 |
|
---|
14 | $num = $_POST['num'];
|
---|
15 |
|
---|
16 | $conf = $_POST['conf'];
|
---|
17 |
|
---|
18 | echo lexi_readfeed($url, $title, $num, $conf);
|
---|
19 |
|
---|
20 | ?>
|
---|
21 | </body>
|
---|
22 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.