#------------------------------------------------------------------------------ # /etc/rc.d/rc900.recover - add recover-function to httpd # # Creation: 2007-02-24 lanspezi # Last Update: $Id$ #------------------------------------------------------------------------------ case $OPT_RECOVER in yes) begin_script RECOVER "add recover-option to mini-httpd ..." case $OPT_HTTPD in yes) httpd-menu.sh add -p 900 control_recover.cgi "Recover" '$_MT_ctrl' recover ;; esac end_script esac