X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fsession.inc;h=236d90e2245a2a7167fce39c23057669c269cd3a;hb=ce2a1cae35df4f60c3b993d79cb9eb65cb2cb82e;hp=7bd85974f6b3b01dda46a7db59bc7b5eb1e90fcf;hpb=a8964ea2a500992fb004f9ee127ecc100cb0c2be;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index 7bd85974..236d90e2 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -128,11 +128,11 @@ language::set_language($_SESSION['language']->code); include_once($path_to_root . "/config.php"); include_once($path_to_root . "/includes/main.inc"); +// Ajax communication object $Ajax =& new Ajax(); -//include_once($path_to_root . "/includes/main.inc"); - -//include_once($path_to_root . "/includes/ui/ui_msgs.inc"); +// js/php validation rules container +$Validate = array(); // intercept all output to destroy it in case of ajax call register_shutdown_function('ob_end_flush');