Webshell in Hsphere not listing files
If the Webshell file manager in HSphere is not listing files, you need to check the php settings in the server.
Open /hsphere/local/config/httpd/php4/php.ini or /hsphere/local/config/httpd/php5/php.ini
and check for the disabled_functions and remove the functions
popen and proc_open
and restart httpd using
/etc/init.d/httpd restart
If that not resolved your problem you need to remove each function and try restarting httpd. Still the problem persists you need to go to this link https://support.comodo.com/?group=psoft
Hope this will be helpful










