diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-11-25 15:27:05 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-11-25 15:27:05 +0100 |
commit | a324c09e6cd9d9199642666505f3d77f87478883 (patch) | |
tree | 5266b264566d877d33addaf54069ebc3c6d743e7 /core/register_command.php | |
parent | 71c1327691225a0a517aa3929a48743f95b177d0 (diff) | |
download | nextcloud-server-a324c09e6cd9d9199642666505f3d77f87478883.tar.gz nextcloud-server-a324c09e6cd9d9199642666505f3d77f87478883.zip |
Add occ command to enable and disable single user mode
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php index cfea1a6b888..2f351b67a1e 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -10,3 +10,4 @@ $application->add(new OC\Core\Command\Status); $application->add(new OC\Core\Command\Db\GenerateChangeScript()); $application->add(new OC\Core\Command\Upgrade()); +$application->add(new OC\Core\Command\Maintenance\SingleUser()); |