includes/wikiengine/Render/Plain/Include.php
author Dan
Wed, 26 Mar 2008 20:20:22 -0400
changeset 511 f88c8c79d784
parent 1 fe660c52c48f
permissions -rw-r--r--
Made some improvements to ACL system including: warning on setting Deny for Everyone on the entire site, added ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL, and changed behavior as noted in the docs so that Deny for Everyone is no longer able to be overridden

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