var path_jabberit= "'.$webserver_url.'"'; $js = array( 'connector', 'xtools', 'dragdrop', 'windows', 'ldap', 'images', 'show_hidden', 'load', 'editSelect' ); require_once dirname(__FILE__) . '/Controller.class.php'; $controller = new Controller; $script = ''; foreach( $js as $key => $val ) { $val = array('act' => 'j.' . $val ); $script .= $controller->exec($val); } printf("", $script); print ''; print ''; print ''; break; } } ?>