diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-22 19:43:55 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-22 19:43:55 +0200 |
commit | 21412559df9461ae7395d8abe1a4c6850dadfad3 (patch) | |
tree | ffaa2d6e4a3ef1945c78b805f9d4b743a7726ff5 /core/routes.php | |
parent | 831d34f084e4c2f6b13303f58e12a9f96eb10a74 (diff) | |
download | nextcloud-server-21412559df9461ae7395d8abe1a4c6850dadfad3.tar.gz nextcloud-server-21412559df9461ae7395d8abe1a4c6850dadfad3.zip |
remove post setup check
Diffstat (limited to 'core/routes.php')
-rw-r--r-- | core/routes.php | 3 |
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') |