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:
Diffstat (limited to 'apptemplate/appinfo/routes.php')
-rw-r--r--apptemplate/appinfo/routes.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apptemplate/appinfo/routes.php b/apptemplate/appinfo/routes.php
deleted file mode 100644
index 92c3c9de5..000000000
--- a/apptemplate/appinfo/routes.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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('apptemplate_index', '/')
- ->actionInclude('apptemplate/index.php');
-$this->create('apptemplate_ajax_seturl', 'ajax/seturl.php')
- ->actionInclude('apptemplate/ajax/seturl.php'); \ No newline at end of file