includes/wikiengine/Render/Plain.php
author Dan
Wed, 19 Sep 2007 13:26:42 -0400
changeset 138 13561bde2e2c
parent 1 fe660c52c48f
permissions -rw-r--r--
SECURITY: Fix unescaped SQL in paths.php rebuild_page_index()

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>