summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:21 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:48 +0200
commit2cffff339b8d166b8423f0cc982489cb18071d6e (patch)
tree0fe2a2cf3f2020c6074d74994d4633db097efb26 /appinfo/routes.php
parentbd2d820ff5db66cc0af4eaf036f772ddca4980f5 (diff)
removed useless settings
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 4397b4750..903f04d06 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -194,6 +194,17 @@ $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());
+ }
+);
+
/**
* Feed API