summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 14:19:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 14:19:24 +0200
commit1df9491ac0568ece09d4836b6296346cf51c75fa (patch)
tree0a3fd9a85adb969a49bee4dcd9c42cb08ffb9a04 /appinfo/routes.php
parentae42bb1c5f373b5d829301fcab9064cd752a4563 (diff)
remove admin page
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());
- }
-);
/**