*** empty log message ***
[fa-stable.git] / index.php
1 <?php\r
2         $path_to_root=".";\r\r    $page_security = 1;\r
3         include_once("frontaccounting.php");\r
4         include_once("includes/session.inc");\r
5         if (!isset($_SESSION["App"]))\r
6                 $_SESSION["App"] = new front_accounting();\r
7         $app = &$_SESSION["App"];\r
8         if (isset($_GET['application']))\r
9                 $app->selected_application = $_GET['application'];\r
10         $app->display();\r
11 ?>