typo - really allow for hardware accel.

This commit is contained in:
Bill Marquette 2005-02-25 02:56:23 +00:00
parent c9b4da103a
commit a93456b51c

View File

@ -64,7 +64,7 @@ function enable_hardware_offloading($interface) {
$supported_ints = array('fxp');
foreach($supported_ints as $int) {
if(stristr($interface,$int) != FALSE) {
mwexec("/sbin/ifconfig $interfface link0");
mwexec("/sbin/ifconfig $interface link0");
}
}
}
@ -483,4 +483,4 @@ function update_progress_bar($percent) {
}
?>
?>