the trailing spaces hunt continues...

git-svn-id: http://www.observium.org/svn/observer/trunk@1867 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-16 09:29:46 +00:00
parent f639ef3034
commit 50f873bffc
5 changed files with 15 additions and 15 deletions

View File

@@ -2,11 +2,11 @@
<?php
include("includes/defaults.inc.php");
include("config.php");
include("config.php");
include("includes/functions.php");
if (isset($argv[1]) && $argv[1])
{
{
$host = strtolower($argv[1]);
$community = $argv[2];
$snmpver = strtolower($argv[3]);