source: client/shared/lib/httpd/httpd-menu.sh @ 38788bf

webconsole3
Last change on this file since 38788bf was 1236d17, checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago

añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error

  • Property mode set to 100644
File size: 253 bytes
Line 
1#!/bin/bash
2
3
4#!/bin/bash
5echo "Content-type: text/html"
6echo ""
7
8echo "<html><head><title>OpenGnsys Client</title></head><body>"
9
10$(wget http://172.17.9.205/opengnsys/varios/menubrowser.php -O /tmp/menu.tmp)
11echo "$(cat /tmp/menu.tmp)"
12
13echo "</body>
14
Note: See TracBrowser for help on using the repository browser.