mirror of
https://github.com/friendica/friendica
synced 2024-12-23 08:00:16 +00:00
Fixed tabs
This commit is contained in:
parent
f5b47fccce
commit
3e676f9cf0
1 changed files with 6 additions and 6 deletions
|
@ -30,12 +30,12 @@ class Test extends BaseApi
|
||||||
{
|
{
|
||||||
public static function rawContent(array $parameters = [])
|
public static function rawContent(array $parameters = [])
|
||||||
{
|
{
|
||||||
if (self::$format == 'xml') {
|
if (self::$format == 'xml') {
|
||||||
$ok = 'true';
|
$ok = 'true';
|
||||||
} else {
|
} else {
|
||||||
$ok = 'ok';
|
$ok = 'ok';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo self::format('ok', ['ok' => $ok]);
|
echo self::format('ok', ['ok' => $ok]);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue