Changeset 7857

Show
Ignore:
Timestamp:
06/23/09 02:43:39 (3 years ago)
Author:
p_lindheimer
Message:

put quotes around with wget exec

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/sipsettings/natget.html.php

    r7856 r7857  
    4646  } 
    4747  if (empty($ip_xml)) { 
    48     exec("wget -O - $fn 2> /dev/null", $data_arr, $retcode); 
     48    exec("wget -O - '$fn' 2> /dev/null", $data_arr, $retcode); 
    4949    $ip_xml = implode("\n",$data_arr); 
    5050  }