".__('Pandora servers')." > "; echo __('Configuration detail').""; $total_modules = (int) get_db_sql ("SELECT COUNT(*) FROM tagente_modulo WHERE tagente_modulo.disabled = 0"); $servers = get_db_all_rows_in_table ('tserver'); if (sizeof ($servers) == 0) return; $table->width = '98%'; $table->size = array (); $table->size[6] = '60'; $table->align = array (); $table->align[1] = 'center'; $table->align[6] = 'center'; $table->head = array (); $table->head[0] = __('Name'); $table->head[1] = __('Status'); $table->head[2] = __('Load'); $table->head[3] = __('Modules'); $table->head[4] = __('LAG'); $table->head[5] = __('Type'); $table->head[6] = __('Version'); $table->head[7] = __('Updated at'); $table->data = array (); if (!$servers){ echo "