make mrtg graphs GMT rather than localtime() based

This commit is contained in:
Dirk Koopman 2007-11-19 10:42:57 +00:00
parent bdf68641f4
commit 0a67d4205a
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Htmldir: $self->{html}
Imagedir: $self->{html}
Logdir: $self->{dir}
Options[_]: growright
Timezone[_]: GMT
##
##
EOF

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '189';
$build = '190';
1;