dir/mod/stats.php

15 lines
188 B
PHP

<?php
use Friendica\Directory\Rendering\View;
if (!function_exists('stats_content')) {
function stats_content(&$a)
{
$view = new View('stats');
$view->output();
killme();
}
}