X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=6de875b93bc78f3a81febbf9a816ef7b1a6be44b;hb=8864b1ec0fd3321e510511ef22614bc36845540e;hp=7bd85974f6b3b01dda46a7db59bc7b5eb1e90fcf;hpb=a8964ea2a500992fb004f9ee127ecc100cb0c2be;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index 7bd85974..6de875b9 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -130,10 +130,6 @@ include_once($path_to_root . "/includes/main.inc"); $Ajax =& new Ajax(); -//include_once($path_to_root . "/includes/main.inc"); - -//include_once($path_to_root . "/includes/ui/ui_msgs.inc"); - // intercept all output to destroy it in case of ajax call register_shutdown_function('ob_end_flush'); ob_start('output_html',0);