X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=index.php;h=269636a04eedb243f8b3a786e917cee502355ff0;hb=6a13d7354fc0c67f3964cbf0e59ea5d1f9f1a53b;hp=5074e17457e882afdd1b3445179686e031a4b8f8;hpb=e3b48984f41047ad16201ff1e757af02d228d79e;p=fa-stable.git diff --git a/index.php b/index.php index 5074e174..269636a0 100644 --- a/index.php +++ b/index.php @@ -14,8 +14,6 @@ ini_set('xdebug.auto_trace',1); 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'];