Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
433 ddelon 1
<?php
2
if ($HasAccessRead=$this->HasAccess("read"))
3
{
4
// TODO : Return an empty xml ?
5
// TODO : Return an error read (noaccess) xml ?
6
	if ($this->page)
7
	{
8
		// display page
9
		print($this->Format($this->page["body"], "action"));
10
	}
11
}
12
?>