Format cleanup, small display fix in taxes/tax_type.php
[fa-stable.git] / index.php
index c158424b0842848627a0aee21cc97e892551343b..99843199f21d8560e101bba101f16447c1144b6d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,11 +1,13 @@
-<?php\r
-       $path_to_root=".";\r\r    $page_security = 1;\r
-       include_once("frontaccounting.php");\r
-       include_once("includes/session.inc");\r
-       if (!isset($_SESSION["App"]))\r
-               $_SESSION["App"] = new front_accounting();\r
-       $app = &$_SESSION["App"];\r
-       if (isset($_GET['application']))\r
-               $app->selected_application = $_GET['application'];\r
-       $app->display();\r
+<?php
+       $path_to_root=".";
+       
+       $page_security = 1;
+       include_once("frontaccounting.php");
+       include_once("includes/session.inc");
+       if (!isset($_SESSION["App"]))
+               $_SESSION["App"] = new front_accounting();
+       $app = &$_SESSION["App"];
+       if (isset($_GET['application']))
+               $app->selected_application = $_GET['application'];
+       $app->display();
 ?>
\ No newline at end of file