Changeset 7857
- Timestamp:
- 06/23/09 00:43:39 (1 year ago)
- Files:
-
- modules/branches/2.6/sipsettings/natget.html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipsettings/natget.html.php
r7856 r7857 46 46 } 47 47 if (empty($ip_xml)) { 48 exec("wget -O - $fn2> /dev/null", $data_arr, $retcode);48 exec("wget -O - '$fn' 2> /dev/null", $data_arr, $retcode); 49 49 $ip_xml = implode("\n",$data_arr); 50 50 }
