diff options
| author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-11 15:42:01 (GMT) |
|---|---|---|
| committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-11 15:42:01 (GMT) |
| commit | 9809a97ce4ac8f5b374c7b1d91b5d4571dbf6392 (patch) | |
| tree | b30dbdb81a1b1f446f440a22037b2fc4192bda4e /files/common/www/iframe.html | |
| parent | ed254615ad04befe9f847879b3d78567c51f673b (diff) | |
split /www into subdirs for several services; adapt uhttpd config
This patch splits the single uhttpd instance into two uhttpd instances
with www root /www/<servicename> for the following purposes:
- service :: self-service / debugging / status.xml
- redirection :: use for splash/robinson redirection
The uhttpd uci config is adapted: by default all instances declared
there are disabled; They shall be enabled by the FSM inetable. To this
end a listen_http directive will be added and the config type will be
changed from 'disabled' to 'uhttpd' by state transition scripts.
Diffstat (limited to 'files/common/www/iframe.html')
| -rw-r--r-- | files/common/www/iframe.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/files/common/www/iframe.html b/files/common/www/iframe.html deleted file mode 100644 index cdee514..0000000 --- a/files/common/www/iframe.html +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" - xml:lang="en" lang="en"> - -<head> - <title>Freifunk Jena</title> - - <link rel="stylesheet" type="text/css" href="/ffj.css" /> - - -</head> -<body style="margin:0px;"> -<!-- <div style="width:100%;padding:0px;background-color: #E5E5E5;text-align: center"><a href="targeturl">Weiter zur gesuchten Seite...</a></div>/--> -<iframe src="http://www.freifunk-jena.de/" width="100%" height="1000px"></iframe> -</body> -</html> |
