Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-19 17:52:14 +0400
committerLukas Reschke <lukas@owncloud.com>2014-08-19 17:52:14 +0400
commit88b57ce475f0782c77dc6e0409ee5442e1f83f33 (patch)
tree9530565a17299de8cf52b6bccbf81dcc84d585c9 /fluxx_compensator
parent4f5d6880f763602464eeb7c2c5dac4147af88e25 (diff)
Add routing to fluxx_compensator
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/appinfo/routes.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/fluxx_compensator/appinfo/routes.php b/fluxx_compensator/appinfo/routes.php
new file mode 100644
index 000000000..0df6c21ab
--- /dev/null
+++ b/fluxx_compensator/appinfo/routes.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Copyright (c) 2014, Lukas Reschke <lukas@owncloud.com>
+ * 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('fluxx_compensator_ajax_preference', 'ajax/preference.php')
+ ->actionInclude('fluxx_compensator/ajax/preference.php');