summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopenembedded/scripts/phpinfo.sh2
-rwxr-xr-xopenembedded/scripts/phpmysql.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/scripts/phpinfo.sh b/openembedded/scripts/phpinfo.sh
index 43a2731..8071bd6 100755
--- a/openembedded/scripts/phpinfo.sh
+++ b/openembedded/scripts/phpinfo.sh
@@ -21,6 +21,8 @@
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
#
+unset http_proxy
+
wget http://localhost/info.php > phpinfo.log
if [ 0 -eq $? ]
diff --git a/openembedded/scripts/phpmysql.sh b/openembedded/scripts/phpmysql.sh
index 6d40b45..1906b8d 100755
--- a/openembedded/scripts/phpmysql.sh
+++ b/openembedded/scripts/phpmysql.sh
@@ -21,6 +21,8 @@
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
#
+unset http_proxy
+
wget http://localhost/mysql.php > phpmysql.log
if [ 0 -eq $? ]