Marcin Łojewski
2017-02-04 08:58:47 +01:00
commit 956df86e0a
16 changed files with 2370 additions and 0 deletions

8
appinfo/routes.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/**
* Copyright (c) 2015, Andreas Böhler <dev@aboehler.at>
* 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('user_sql_ajax_settings', 'ajax/settings.php')->actionInclude('user_sql/ajax/settings.php');