Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / demo / includes.phpi
1 <?php
2
3 /* $Id: includes.phpi,v 1.1 2007-01-04 14:11:55 sondberg Exp $
4  * ---------------------------------------------------
5  * Include all that's needed by the php scripts
6  */
7
8 require('settings.phpi');
9 require('page_segments.phpi');
10
11 ?>