Skip to content

Commit c522f5b

Browse files
Samir GenaimSamir Genaim
Samir Genaim
authored and
Samir Genaim
committed
remove the execution of the echo app
1 parent 736b8fd commit c522f5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
$("#eiserver").html(data);
6363
});
6464

65+
/*
6566
// execute echo
6667
$.post("server/eiserver.php",
6768
{
@@ -73,7 +74,7 @@
7374
.error( function(data) {
7475
$("#echo").html(data);
7576
});
76-
77+
*/
7778

7879

7980
// get app list
@@ -126,7 +127,7 @@ <h1>Testing EasyInterface Server</h1>
126127
If the test were successful you can start using
127128
the <a href="clients/web">web client</a>. For other clients
128129
see <a href="clients/README.md">clients/README.md</a>. It is also
129-
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
130131
Manual</a>, which explains how to integrate your applications in
131132
EasyInterface.
132133
</p>

0 commit comments

Comments
 (0)