mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 08:34:26 +02:00
11 lines
165 B
PHP
11 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);
|
|
}
|