source: client/shared/lib/httpd/httpd-menu.sh @ 0f04225

opengnsys-1.0.3
Last change on this file since 0f04225 was 71643c0, checked in by ramon <ramongomez@…>, 13 years ago

Integrar versión 1.0.2 en rama trunk (modificar #464).

git-svn-id: https://opengnsys.es/svn/trunk@2404 a21b9725-9963-47de-94b9-378ad31fedc9

  • 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.