Exemple #1
0
        ?>
<br />
		</div>
		<div class="formbox">
		<b>Default Username:</b> <input type="text" name="cgi_config[default_user_name]" VALUE="<?php 
        echo $cgiConfig->getDefaultUserName();
        ?>
"><br />
		<?php 
        echo $lilac->element_desc("default_user_name", "nagios_cgi_desc");
        ?>
<br />
		</div>
		<div class="formbox">
		<b>Authorized for System Information:</b> <input type="text" name="cgi_config[authorized_for_system_information]" VALUE="<?php 
        echo $cgiConfig->getAuthorizedForSystemInformation();
        ?>
"><br />
		<?php 
        echo $lilac->element_desc("authorized_for_system_information", "nagios_cgi_desc");
        ?>
<br />
		</div>
		<div class="formbox">
		<b>Authorized for System Commands:</b> <input type="text" name="cgi_config[authorized_for_system_commands]" VALUE="<?php 
        echo $cgiConfig->getAuthorizedForSystemCommands();
        ?>
"><br />
		<?php 
        echo $lilac->element_desc("authorized_for_system_commands", "nagios_cgi_desc");
        ?>