Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 84 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 84 Revision 86
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile -... Zeile 2...
-
 
2
 
-
 
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 $
2
 
11
 
3
    require_once "includes/common.php";
12
    require_once "includes/common.php";
4
    $host = new host( 1 );
13
    $host = new host( 1 );
Zeile 5... Zeile 14...
5
    var_dump( $host );
14
    var_dump( $host );
6
 
15