From a324c09e6cd9d9199642666505f3d77f87478883 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 25 Nov 2013 15:27:05 +0100 Subject: Add occ command to enable and disable single user mode --- core/register_command.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/register_command.php') 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()); -- cgit v1.2.3