Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 90 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 90 Revision 91
Zeile 2... Zeile 2...
2
 
2
 
3
    /**
3
    /**
4
     * @package nagios-php
4
     * @package nagios-php
5
     * @author Lars Tiefland <ltiefland@gmail.com>
5
     * @author Lars Tiefland <ltiefland@gmail.com>
6
     * @copyright 2013
6
     * @copyright 2013
7
     * @version $Rev: 90 $
7
     * @version $Rev: 91 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile 9... Zeile 9...
9
 
9
 
Zeile 10... Zeile 10...
10
    // $Id: hostgroups.php 90 2013-01-02 13:57:59Z lars $
10
    // $Id: hostgroups.php 91 2013-01-02 13:59:55Z lars $
Zeile 29... Zeile 29...
29
    }
29
    }
Zeile 30... Zeile 30...
30
 
30
 
31
    $GLOBALS["ui"]->assign( "hostgroups", $hg )->assign( "title", $title )->
31
    $GLOBALS["ui"]->assign( "hostgroups", $hg )->assign( "title", $title )->
Zeile 32... Zeile -...
32
        display( "hostgroups.tpl" );
-
 
33
 
-
 
34
    var_dump( $hg );
32
        display( "hostgroups.tpl" );
35
 
33