diff options
author | Steven Barth <steven@midlink.org> | 2008-04-21 17:25:01 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-21 17:25:01 +0000 |
commit | b98c0adcddf66b84dfa7e1ded0d09e17fee82279 (patch) | |
tree | 710df73759584ad4fa73445e1bb28d78569e9a0e /core/contrib/index.cgi | |
parent | f11c311535ee26684308cff9132d405be66d7d39 (diff) |
* Rewrote ffluci.util.split (optimizations)
* Added public pages for OLSR
Diffstat (limited to 'core/contrib/index.cgi')
-rwxr-xr-x | core/contrib/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/contrib/index.cgi b/core/contrib/index.cgi index c9c98b0b29..31705ccf27 100755 --- a/core/contrib/index.cgi +++ b/core/contrib/index.cgi @@ -1,3 +1,3 @@ #!/usr/bin/haserl --shell=luac print("Status: 302 Found") -print("Location: ffluci/admin\n") +print("Location: ffluci\n") |