Commit c84611763857b3431c7b7ff4e81ed45ba3171797

Authored by Georg Hopp
1 parent 0fba746f

now load image from actual server

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -129,7 +129,7 @@ serverRun(Server this)
129 129 "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n"
130 130 "<head><title>200 - OK</title></head>"
131 131 "<body><h1>200 - OK</h1>"
132   - "<img src=\"http://localhost:11212/image/\" /></body>"
  132 + "<img src=\"/image/\" /></body>"
133 133 "</html>";
134 134 char buffer[200];
135 135 time_t t;
... ...
Please register or login to post a comment