Changeset 264


Ignore:
Timestamp:
Jun 26, 2018, 10:20:16 AM (6 years ago)
Author:
g7moreau
Message:
  • Error in css file (put cgi !)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/velvice.cgi

    r263 r264  
    1515use strict;
    1616use warnings;
    17 use version; our $VERSION = version->declare('0.7.1');
     17use version; our $VERSION = version->declare('0.7.2');
    1818
    1919use CGI;
     
    113113 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    114114 <title>Nagios  Velvice</title>
    115  <link rel="stylesheet" type="text/css" href="$config->{'nagios-server'}{'stylesheets'}/velvice.cgi">
     115 <link rel="stylesheet" type="text/css" href="$config->{'nagios-server'}{'stylesheets'}/velvice.css">
    116116</head>
    117117<body>
Note: See TracChangeset for help on using the changeset viewer.