includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 03 Jul 2008 15:37:18 -0400
changeset 596 82320949a3b5
parent 1 fe660c52c48f
permissions -rw-r--r--
Added failsafe .htaccess files to enable far future Expires and mod_deflate

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