We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736b8fd commit c522f5bCopy full SHA for c522f5b
index.html
@@ -62,6 +62,7 @@
62
$("#eiserver").html(data);
63
});
64
65
+/*
66
// execute echo
67
$.post("server/eiserver.php",
68
{
@@ -73,7 +74,7 @@
73
74
.error( function(data) {
75
$("#echo").html(data);
76
-
77
+*/
78
79
80
// get app list
@@ -126,7 +127,7 @@ <h1>Testing EasyInterface Server</h1>
126
127
If the test were successful you can start using
128
the <a href="clients/web">web client</a>. For other clients
129
see <a href="clients/README.md">clients/README.md</a>. It is also
-recommended to read Chapter 2 of the <a href="docs/manual.pdf">User
130
+recommended to read Chapter 2 of the <a href="doc/manual.pdf">User
131
Manual</a>, which explains how to integrate your applications in
132
EasyInterface.
133
</p>
0 commit comments