side.php (nagios-4.4.3) | : | side.php (nagios-4.4.4) | ||
---|---|---|---|---|
<?php | <?php | |||
include_once(dirname(__FILE__).'/includes/utils.inc.php'); | include_once(dirname(__FILE__).'/includes/utils.inc.php'); | |||
$this_version = '4.4.3'; | $this_version = '4.4.4'; | |||
$link_target = 'main'; | $link_target = 'main'; | |||
?> | ?> | |||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |||
<html> | <html> | |||
<head> | <head> | |||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> | <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> | |||
<title>Nagios Core</title> | <title>Nagios Core</title> | |||
<link href="stylesheets/common.css?<?php echo $this_version; ?>" type="text/css" rel="stylesheet"> | <link href="stylesheets/common.css?<?php echo $this_version; ?>" type="text/css" rel="stylesheet"> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |