aboutsummaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-09-22 19:43:55 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-09-22 19:43:55 +0200
commit21412559df9461ae7395d8abe1a4c6850dadfad3 (patch)
treeffaa2d6e4a3ef1945c78b805f9d4b743a7726ff5 /core/routes.php
parent831d34f084e4c2f6b13303f58e12a9f96eb10a74 (diff)
downloadnextcloud-server-21412559df9461ae7395d8abe1a4c6850dadfad3.tar.gz
nextcloud-server-21412559df9461ae7395d8abe1a4c6850dadfad3.zip
remove post setup check
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/routes.php b/core/routes.php
index fac67f23175..a9d5387bc14 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -20,9 +20,6 @@ $application->registerRoutes($this, array('routes' => array(
// Post installation check
/** @var $this OCP\Route\IRouter */
-$this->create('post_setup_check', '/post-setup-check')
- ->action('OC_Setup', 'postSetupCheck');
-
// Core ajax actions
// Search
$this->create('search_ajax_search', '/search/ajax/search.php')