summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fbgui.conf3
-rwxr-xr-xsrc/testApp.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/fbgui.conf b/src/fbgui.conf
index d0a9345..65c7c9e 100644
--- a/src/fbgui.conf
+++ b/src/fbgui.conf
@@ -1,3 +1,2 @@
[default]
-url=http://132.230.4.3/webkitTest.html
-
+url=http://132.230.4.3/test.html
diff --git a/src/testApp.sh b/src/testApp.sh
index 0d31830..cd8a4e4 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -2,7 +2,7 @@
# If an argument is passed (=URL), set the URL.
# If no arg are passed, set the default test URL.
if [ $# = 0 ]; then
- url="http://132.230.4.3/webkitTest.html"
+ url="http://132.230.4.3/test.html"
else
url=$1
fi