Functions Php



Calling the 'man' Command.This Script is NOT Secure



" method="post">


" name="manpage" />




if ( isset( $_REQUEST['manpage'] ) ) {
  system( "man ".$_REQUEST['manpage']." | col -b" );
}
?>