This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/Zotlabs/Module/Lang.php
2016-04-18 20:38:38 -07:00

13 lines
133 B
PHP

<?php
namespace Zotlabs\Module;
class Lang extends \Zotlabs\Web\Controller {
function get() {
return lang_selector();
}
}