From 1df9491ac0568ece09d4836b6296346cf51c75fa Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 5 Apr 2013 14:19:24 +0200 Subject: remove admin page --- appinfo/app.php | 1 - appinfo/routes.php | 10 ---------- 2 files changed, 11 deletions(-) (limited to 'appinfo') diff --git a/appinfo/app.php b/appinfo/app.php index a6534bdc0..584b47d62 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -53,6 +53,5 @@ $api->addNavigationEntry(array( $api->addRegularTask('OCA\News\Backgroundjob\Task', 'run'); -$api->registerAdmin('settings/admin'); diff --git a/appinfo/routes.php b/appinfo/routes.php index 903f04d06..2d7df74e7 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -194,16 +194,6 @@ $this->create('news_usersettings_read_hide', '/usersettings/read/hide')->post()- ); -/** - * Settings - */ -$this->create('news_setings_auto_purge_limit', '/settings/autopurgelimit') -->post()->action( - function($params){ - App::main('SettingsController', 'setAutoPurgeLimit', $params, - new DIContainer()); - } -); /** -- cgit v1.2.3