Changeset 599
- Timestamp:
- 08/11/11 17:16:57 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/nightwing/www/cgi-bin/nw_config/basicSettings.cgi
r598 r599 89 89 fi 90 90 91 if [ ! -z $HTTP_REINICIAR ]92 then93 echo "HTTP rebooting: "94 /etc/init.d/uhttp stop;sleep 1;/etc/init.d/uhttp start95 if [ $? -eq 0 ]96 then97 echo "OK<br>"98 else99 echo "KO<br>"100 fi101 fi102 103 91 if [ ! -z "$WEB_WIFIDOG_ACCESS" ] 104 92 then … … 147 135 FOOTER 148 136 137 138 if [ ! -z $HTTP_REINICIAR ] 139 then 140 echo "HTTP rebooting: " 141 142 /etc/init.d/uhttpd restart & 143 144 if [ $? -eq 0 ] 145 then 146 echo "OK<br>" 147 else 148 echo "KO<br>" 149 fi 150 fi