Merged changes in main branch up to v.2.1.2
[fa-stable.git] / includes / session.inc
index 7bd85974f6b3b01dda46a7db59bc7b5eb1e90fcf..6de875b93bc78f3a81febbf9a816ef7b1a6be44b 100644 (file)
@@ -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);