Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Warren Jay Eggly  >  telnet_log  >  test.php  >  Download  
File: test.php
Role: ???
Content type: text/plain
Description: Test file for telnet_log.php
Class: telnet_log
Author: By
Last change:
Date: 2002-03-03 02:40
Size: 166 bytes
 

Contents

Class file image Download
<?php

//	Test file
//
//

	include("telnet_log.php");
	
	$text = new telnet_log("/tmp/telnet.log");
	
	echo $text->get();
	echo $text->get_html();
?>