<? /* * Controll of log files * * Wbarbaresco - Out/2003 */ require "wsy_log.php"; $file = "logs.txt"; $l = new wsy_log( $file ); $l->load(); $l->insert("Register ".md5(microtime()).""); $l->details(); ?>