isReadOnly() ) pla_error( $lang['no_updates_in_read_only_mode'] ); if( ! $ldapserver->haveAuthInfo()) pla_error( $lang['not_enough_login_info'] ); $step = isset( $_REQUEST['step'] ) ? $_REQUEST['step'] : 1; // defaults to 1 $container = $_REQUEST['container']; $server_menu_html = server_select_list($server_id,true); include './header.php'; ?>

:
:
$template ) { $i++; // Balance the columns properly if( ( count( $templates ) % 2 == 0 && $i == intval( $count / 2 ) ) || ( count( $templates ) % 2 == 1 && $i == intval( $count / 2 ) + 1 ) ) echo "
"; // Check and see if this template should be shown in the list $isValid = false; if( isset($template['regexp'] ) ) { if( @preg_match( "/".$template['regexp']."/i", $container ) ) { $isValid = true; } } else { $isValid = true; } ?>
/>