Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
24
fbsync/test.php
Normal file
24
fbsync/test.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
require_once("boot.php");
|
||||
|
||||
if(@is_null($a)) {
|
||||
$a = new App;
|
||||
}
|
||||
|
||||
@include(".htconfig.php");
|
||||
require_once("dba.php");
|
||||
dba::connect($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
require_once("addon/fbsync/fbsync.php");
|
||||
|
||||
$uid = 90;
|
||||
|
||||
fbsync_get_self($uid);
|
||||
|
||||
fbsync_fetchfeed($a, $uid);
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue