mirror of
https://github.com/friendica/friendica
synced 2024-11-15 22:19:27 +01:00
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);
|
|
}
|