From 3455ee6d8d9eb3c0ee8459adb586a800dadaf737 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 15 Jun 2008 16:02:47 +0000 Subject: * Added support for htdocs module directory --- applications/luci-splash/htdocs/cgi-bin/luci-splash | 4 ++++ applications/luci-splash/root/www/cgi-bin/luci-splash | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100755 applications/luci-splash/htdocs/cgi-bin/luci-splash delete mode 100755 applications/luci-splash/root/www/cgi-bin/luci-splash (limited to 'applications') diff --git a/applications/luci-splash/htdocs/cgi-bin/luci-splash b/applications/luci-splash/htdocs/cgi-bin/luci-splash new file mode 100755 index 0000000000..c75593fbe1 --- /dev/null +++ b/applications/luci-splash/htdocs/cgi-bin/luci-splash @@ -0,0 +1,4 @@ +#!/bin/sh +echo "Status: 302 Found" +echo "Location: /cgi-bin/luci/splash/splash$PATH_INFO" +echo \ No newline at end of file diff --git a/applications/luci-splash/root/www/cgi-bin/luci-splash b/applications/luci-splash/root/www/cgi-bin/luci-splash deleted file mode 100755 index c75593fbe1..0000000000 --- a/applications/luci-splash/root/www/cgi-bin/luci-splash +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo "Status: 302 Found" -echo "Location: /cgi-bin/luci/splash/splash$PATH_INFO" -echo \ No newline at end of file -- cgit v1.2.3