mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
12 lines
145 B
PHP
12 lines
145 B
PHP
<?php
|
|
namespace Zotlabs\Module;
|
|
|
|
|
|
class Smilies extends \Zotlabs\Web\Controller {
|
|
|
|
function init() {
|
|
json_return_and_die(get_emojis());
|
|
}
|
|
|
|
}
|