Home | ||||||
![]() | ![]() | ![]() | ||||
![]() | ||||||
![]() | ||||||
|
EOF
if [ "$REQUEST_METHOD" = "POST" ]; then
read QUERY_STRING
fi
if [ -n "$QUERY_STRING" ]; then
eval $(echo "$QUERY_STRING"|awk -F'&' '{for(i=1;i<=NF;i++){print $i}}')
fi
if [ -n "$post_reboot" ]; then
cat< | |||||
Changed: May 6th 2005 | Top of page |