[34 total ]
phpremoteshell 0.4.0 released

* Remote shell:

- Added command aliases feature.

* File browser:

- Fixed a problem with sockets.
- Fixed many problems with symlinks.
- Fixed a problem with file date management on some systems.

* Other:

- Updated PHP 'safe_mode' detection management.

phpremoteshell 0.3.1 released

* Added a "Upload" functionnality in file browser.
* Fixed a problem with special chars filenames in file browser.
* Directories with no read permission are not clickable anymore in file browser.
* Both sockets and symlinks are not ... [More] anymore shown writable in file browser.
* Added informations about web server in remote informations.
* Added check for PHP "safe_mode". If activated, phpRemoteShell can not run correctly.
* Some stylesheet fixes. [Less]

phpremoteshell 0.3.0 released

* Added 'Delete' and 'Download' features in file browser.
* Added informations about PHP, Perl, MySQL and PostgreSQL in remote informations module.
* Added authentication. It is deactivated by default. To activate it, set the 'CHECK_AUTH' constant to 'true'. And do not forget to change login and password :-)

phpRemoteShell 0.2.1 released

* Fixed several bugs in file browser.
* Now use blue color for files with write access in file browser.
* Do not display system devices anymore in file browser.
* Fixed a problem with PHP versions that do not allow 'magic_quotes_gpg' setting with 'ini_set()'.
* Fixed a lot of PHP warnings.