(02-18-2015, 01:41 PM)Cantalupo Wrote: What needs to change in init.php file?
For it is showing all the folders /hostdata, and all users are achieving view the directory /hostdata.
/etc/sentora/panel/etc/apps/filemanager/include/init.php
Code://sentora login
$_SESSION['credentials_extplorer']['username'] = $_SESSION['extmyUsername'];
$_SESSION['credentials_extplorer']['password'] = 'null';
$_SESSION['file_mode'] = 'extplorer';
$GLOBALS["home_dir"] = '/var/sentora/hostdata/'.$_SESSION['credentials_extplorer']['username'];
$GLOBALS["home_url"] = 'http://localhost/';
$GLOBALS["show_hidden"] = '1';
$GLOBALS["no_access"] = '';
$GLOBALS["permissions"] = '1';
//end sentora login
zadmin was showing all users with it
then i rebooted the server and it is now only showing the /hostdata/Zadmin
i like seeing all the users is there a way to set this up like that