3 set_time_limit(900); // should not exceed 15 minutes
5 define('NELTOOL_NO_USER_NEEDED', true);
7 require_once('../common.php');
8 require_once('../functions_tool_main.php');
13 foreach($argv as $sValue)
15 if (strpos($sValue, '=') !== false)
17 $aData = explode('=', $sValue);
18 $params[$aData[0]] = $aData[1];
22 if (isset($params['restart_id']) && isset($params['services']))