* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ /** @var $this \OCP\Route\IRouter */ $this->create('radio_index', '/') ->actionInclude('radio/index.php'); $this->create('radio_ajax_seturl', 'ajax/seturl.php') ->actionInclude('radio/ajax/seturl.php');