Exemple #1
0
		<input type="hidden" name="request" value="update" />
		<div class="formbox">
		<b>Physical HTML Path:</b><br />
		<input type="text" size="80" name="cgi_config[physical_html_path]" VALUE="<?php 
    echo $cgiConfig->getPhysicalHtmlPath();
    ?>
"><br />
		<?php 
    echo $lilac->element_desc("physical_html_path", "nagios_cgi_desc");
    ?>
<br />
		</div>
		<div class="formbox">
		<b>URL HTML Path:</b><br />
		<input type="text" size="80" name="cgi_config[url_html_path]" VALUE="<?php 
    echo $cgiConfig->getUrlHtmlPath();
    ?>
"><br />
		<?php 
    echo $lilac->element_desc("url_html_path", "nagios_cgi_desc");
    ?>
<br />
		</div>
		<div class="formbox">
		<input type="submit" value="Update Path Configuration" />
		</div>
		<?php 
} else {
    if ($_GET['section'] == 'authentication') {
        ?>
		<form name="cgi_authentication_config" method="post" action="cgi.php?section=authentication">