fix ticketing system error on bootstrap of new install
[freeside.git] / fs_selfservice / fri / index.php
1 <?php
2
3 /**
4  * @file
5  * main
6  */
7
8 include_once("includes/bootstrap.php");
9 ariPageHeader();
10 include_once("includes/common.php");
11
12 handler();
13
14 ariPageFooter();
15
16
17 ?>
18
19
20