include "global.tbh"
declare it_was_save as no_yes
dim flag as ok_ng
html_channel_index = 0
?>
>
if flag = NG then goto finish
?>
#if SUPPORTS_GPRS
if (param_ge=GE_DISABLED and val(stg_get("GE",0))=0) or val(stg_get("PC",0))<3 then
goto skip_gprs_warning
end if
#else
goto skip_gprs_warning
#endif
?>
WARNING! GPRS is currently enabled (or will be enabled after the reboot) and the serial port #4 is not available!
|
skip_gprs_warning:
?>
finish: ?>