mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
change sudo to protected to allow to reuse it
This commit is contained in:
parent
6bc7e1a6d3
commit
8bcbb0cc81
@ -51,7 +51,7 @@ class filemanager_ui
|
|||||||
* @param string $user='' setup config user to become root or '' to log off as root
|
* @param string $user='' setup config user to become root or '' to log off as root
|
||||||
* @param string $password=null setup config password to become root
|
* @param string $password=null setup config password to become root
|
||||||
*/
|
*/
|
||||||
private function sudo($user='',$password=null)
|
protected function sudo($user='',$password=null)
|
||||||
{
|
{
|
||||||
if (!$user)
|
if (!$user)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user