355c42cb30
Conflicts: include/config.php update.php
12 lines
165 B
PHP
12 lines
165 B
PHP
<?php
|
|
|
|
require_once('mod/friendica.php');
|
|
|
|
function friendika_init(&$a) {
|
|
friendica_init($a);
|
|
}
|
|
|
|
function friendika_content(&$a) {
|
|
return friendica_content($a);
|
|
}
|