Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Warren Jay Eggly | > | telnet_log | > | test.php | > | Download | ||
|
Download |
<?php // Test file // // include("telnet_log.php"); $text = new telnet_log("/tmp/telnet.log"); echo $text->get(); echo $text->get_html(); ?> |