Quote (stunix*com @ Dec. 03 2008,07:36) |
Im using wget along with a remote php script to output my external IP address echo `wget http://domain.com/ip.php -O -` it works on 446 but now in 4.4.10 get loading bars and error messages. what changed? <edit>looks like it worked with busybox, still cant work out whats wrong.</edit> <edit2>fixed by adding -q switch for quiet.</edit2> |