includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 05 Jul 2007 10:43:03 -0400
changeset 43 30d2fb25afff
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed weird unimportant security issue in admin panel + demo mode

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