|
From: Ivan D. <idr...@us...> - 2006-06-15 00:42:23
|
Update of /cvsroot/terk/embed/www/cgi-bin In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14554/www/cgi-bin Modified Files: wifiSave.cgi Log Message: cosmetic changes Index: wifiSave.cgi =================================================================== RCS file: /cvsroot/terk/embed/www/cgi-bin/wifiSave.cgi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wifiSave.cgi 14 Jun 2006 01:23:24 -0000 1.2 --- wifiSave.cgi 15 Jun 2006 00:42:20 -0000 1.3 *************** *** 26,33 **** if($data{isSSIDAuto} eq 'true'){ print CONFIG "auto=true\n"; ! print LOG "auto=true\n"; } else { print CONFIG "auto=false\n"; ! print LOG "auto=false\n"; } --- 26,33 ---- if($data{isSSIDAuto} eq 'true'){ print CONFIG "auto=true\n"; ! print LOG "\tauto=true\n"; } else { print CONFIG "auto=false\n"; ! print LOG "\tauto=false\n"; } |