From 93ff578ac8f0cd4772285a6ea983cf02cc9be620 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 27 May 2008 09:33:52 +0000 Subject: * 3rd Package reorgnaisation * Moved core, web, cbi to libs * Refactored OpenWRT Makefile to separate Libraries, Webinterface Components, Freifunk packages --- libs/sgi-haserl/root/www/cgi-bin/index.cgi | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 libs/sgi-haserl/root/www/cgi-bin/index.cgi (limited to 'libs/sgi-haserl/root/www/cgi-bin/index.cgi') diff --git a/libs/sgi-haserl/root/www/cgi-bin/index.cgi b/libs/sgi-haserl/root/www/cgi-bin/index.cgi new file mode 100755 index 0000000000..aae8591c6a --- /dev/null +++ b/libs/sgi-haserl/root/www/cgi-bin/index.cgi @@ -0,0 +1,3 @@ +#!/usr/bin/haserl --shell=luac +print("Status: 302 Found") +print("Location: luci\n") -- cgit v1.2.3