An example to show how to implement a "shell" in PHP.
Find a file
2012-08-26 13:14:58 +02:00
example.php Initial import. Code from 2008 2012-08-26 13:14:58 +02:00
License Initial import. Code from 2008 2012-08-26 13:14:58 +02:00
phpshell.class.php Initial import. Code from 2008 2012-08-26 13:14:58 +02:00
README.md Initial commit 2012-08-26 04:11:38 -07:00

phpshell

A simple shell (like *sh) written in pure PHP as an example.