Changeset 31
- Timestamp:
- 03/18/07 18:46:07 (2 years ago)
- Files:
-
- trunk/etc/crontabs/root (modified) (1 diff)
- trunk/usr/lib/webif/webif.sh (modified) (1 diff)
- trunk/www/cgi-bin/webif/autoupdate.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/crontabs/root
r27 r31 4 4 */1 * * * * /bin/uload save 5 5 0 */1 * * * /bin/autoupdate.sh cron 6 * * * * * /bin/dyndnstrunk/usr/lib/webif/webif.sh
r23 r31 86 86 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 87 87 <tr> 88 <td rowspan="2" width="167" height="175">< img src="/images/table/logo.gif">88 <td rowspan="2" width="167" height="175"><a href="http://www.freewlan.info" target="_blank"><img src="/images/table/logo.gif" border="0"></a> 89 89 <!--NAVIGATION BUTTONS--> 90 90 <table> trunk/www/cgi-bin/webif/autoupdate.sh
r29 r31 22 22 bool|FORM_auto|@TR<<Addon autoupdate:>>|required|$FORM_auto 23 23 string|FORM_branch|@TR<<Chosen branch:>>|required|$FORM_branch 24 url|FROM_url|@TR<<Update server URL:>>|required|$FORM_url24 # url|FROM_url|@TR<<Update server URL:>>|required|$FORM_url 25 25 EOF 26 26 equal "$?" 0 && { 27 save_setting autoupdate method url "$FORM_url"27 # save_setting autoupdate method url "$FORM_url" 28 28 save_setting autoupdate method auto "$FORM_auto" 29 29 save_setting autoupdate method branch "$FORM_branch" … … 59 59 add_row 60 60 add_label_cell|@TR<<Update server URL:>> 61 add_ input_cell|url|$FORM_url|tableTextButton61 add_label_cell|$FORM_url 62 62 end_row 63 63 add_row
