• R/O
  • SSH
  • HTTPS

text2html:


File Info

Rev. 42
Tamaño 342 octetos
Tiempo 2008-08-09 16:32:50
Autor tenman
Log Message

(empty log message)

Content

<?php
if(class_exists('Plugin')){ 
Plugin::setInfos(array(
    'id'          => 'text2html',
    'title'       => 'text 2html', 
    'description' => 'text2html', 
    'version'     => '1.0', 
    'website'     => 'http://www.tenman.info/')
);

Filter::add('text2html', 'text2html/filter_text2html.php');

}else{

include("readme.php");

}
?>
Show on old repository browser