summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php10
1 files changed, 0 insertions, 10 deletions
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());
- }
-);
/**