Pandora FMS
logo
'; if(!isset ($_SESSION["id_usuario"])) { echo "
"; return; } $table->width=520; $table->border=0; $table->cellpadding=3; $table->size=array("30%"); $table->class="inherit"; $table->rowclass=array("inherit","inherit"); $table->data[] = array ( // First column ''.''.__('You are ').'['.$_SESSION["id_usuario"].']', // Second column ''.__('General information').'', // Third column // Autorefresh ((get_parameter ("refr") != 0) ? ''. __('Autorefresh').'' : ''.__('Autorefresh').'' ) ); $table->data[] = array ( ''. __('Logout').'', ''. ((check_server_status () == 0) ? ''.__('Server status: DOWN') : ''.__('System ready') ).'', // Event - refresh ''.__('Events').'' ); print_table ($table); echo ""; ?>