includes/wikiengine/Render/Plain/Include.php
author Dan
Fri, 15 May 2009 19:52:12 -0400
changeset 989 79d558a94798
parent 1 fe660c52c48f
permissions -rw-r--r--
Added another word to the CAPTCHA blacklist (thanks Neal).

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>