Disable single user mode
Overview
This document explains the steps to disable Single User Mode in Webuzo by modifying the universal.php configuration file.
procedure
To disable single-user mode, need to change the below line in /usr/local/webuzo/universal.php file
from:
$globals['disable_single_user'] = NULL;
to:
$globals['disable_single_user'] = 1;