Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 84 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
43 lars 1
<?php
2
 
86 lars 3
    /**
4
     * @package nagios-php
5
     * @author Lars Tiefland <ltiefland@gmail.com>
6
     * @copyright 2013
7
     * @version $Rev: 86 $
8
     */
9
 
10
    // $Id: hosts.php 86 2013-01-02 13:28:36Z lars $
11
 
43 lars 12
    require_once "includes/common.php";
13
    $host = new host( 1 );
14
    var_dump( $host );
15
 
16
?>