provide a mechanism to mark apps active in the bin

This commit is contained in:
git-marijus
2017-07-21 10:32:21 +02:00
parent 8e5c56dcc2
commit 1bdcfe5219
13 changed files with 26 additions and 29 deletions

View File

@@ -10,6 +10,8 @@ class Manage extends \Zotlabs\Web\Controller {
notice( t('Permission denied.') . EOL);
return;
}
nav_set_selected('Manage');
require_once('include/security.php');