-remove noderange for webrun command

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3579 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-06-15 11:26:40 +00:00
parent 291b5441a9
commit e30f56e22a

View File

@ -22,7 +22,7 @@ $noderange = @$_REQUEST['noderange'];
if(empty($noderange)) { echo "<p>Select one or more groups or nodes for ping.</p>\n"; exit; }
//pping is one local command, which doesn't use xcat client/server protocol;
$xml = docmd('webrun',$noderange,array("pping $noderange",));#The default pping option is NULL
$xml = docmd('webrun',"",array("pping $noderange",));#The default pping option is NULL
if(getXmlErrors($xml,$errors)) { echo "<p class=Error>ping failed: ", implode(' ',$errors), "</p>\n"; exit; }