Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
if ($this->HasAccess("read"))
{
        if (!$this->page)
        {
                return;
        }
        else
        {
                // display raw page
                print($this->page["body"]);
        }
}
else
{
        return;
}
?>