version 0.1.6
[fms.git] / admin / index.php
1 <?php\r
2         include_once('config.php');\r
3 \r
4 function content()\r
5 {\r
6 ?>\r
7                 <h2>Home</h2>\r
8                 <p class="paragraph">\r
9                 Use these pages to administer your FMS installation.  Make sure to set $dblocation correctly in config.php, and that the database is writable to your web service user account.  While you should be able to safely use these pages while FMS is running, it is recommended that you shut down FMS prior to make any changes here.\r
10                 </p>\r
11 <?php\r
12 }\r
13 \r
14         include_once('linkbar.php');\r
15         include_once('template.php');\r
16 \r
17 ?>