includes/wikiengine/Render/Plain.php
author Dan
Sat, 20 Oct 2007 21:46:05 -0400
changeset 182 bf0fdec102e9
parent 1 fe660c52c48f
permissions -rw-r--r--
SECURITY: Fixed possible SQL injection in PageUtils page protection; general cleanup of PageUtils; blocked using Project: prefix for page URL strings

<?php

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