Add phpshell.svg, remove phpshell.ico.
Typos fixed.
Change the icon from ico to svg.
Update version number and changelog for 2.6 release.
Add internal command ps_pwd; document internal commands.
Add more internal commands: ps_dir, ps_ls (the same), ps_help
Add more internal commands: ps_rm, ps_del (the same), ps_mkdir, ps_rmdir.
Use HTML5.
add message after command
With commit [r164] this idea was implemented. Thank you for the suggestion.
Inform the user immediately, when a command was submitted.
get_magic_quotes_gpc() deprecated
Fixed by committ [r163], thank you for the report.
get_magic_quotes_gpc() was removed from PHP.
get_magic_quotes_gpc() deprecated
add message after command
Add builtin gzip, gunzip, bzip2, bunzip2 commands.
Prefix builtin command with "ps_".
Remove PHP 4(!) workaround for proc_open().
Typo fixed.
Nextcloud App PHPShell (or Shellweb for NC)
Remove unused function.
PHP 5.2 was released 2006 and supported until 2011.
Remove code and documentation related to PHP safe mode.
Fixed some issues found by phpcs (whitespace change only).
PHP Shell 2.5 with PHP7 support
Update copyright year.
Update README
Removed - no longer needed - information about portable-hashes.
Update version number.
Update changelog
Handle interactive commands.
Close ticket, thats not possible with phpshell, alternatives were mentioned.
Update License notice in phpshell.php (wrong FSF adress)
Changed get_random_bytes to PHP function random_bytes().
Remove obsolete code.
Use PHPs standard password_verify() / password_hash() functions, not a own solution.
Fix for a recent PHP 7
Updated README, updated some weblinks.
Spelling fixes.
Uups, commit with an existing user/password, so...
Increased year in copyright-lines to 2017.
Fixed some CSS style warnings found by csslint.
You can use I/O-redirects or pipes for providing input for commands in PHP shell...
Thanks for the link, but I would need a solution for a shared web hosting. Would...
Hi, No, that is not possible with PHPshell. There exists another open source project...
Handle interactive commands.
Bugfix: Phpshell allows uppercase letters in us...
Display the login form only if there are alread...
Removed old (already commented out) HTML/PHP-code.
Increased year in copyright-lines to 2014.