3.0: added a missing 'return'

This commit is contained in:
Jordi Sanfeliu 2012-12-13 12:05:18 +01:00
parent 800c14889d
commit 93a05e28ac
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ sub system_cgi {
main::graph_footer();
}
print(" <br>\n");
return;
}
sub get_uptime {