Rename to make it an individual package
This commit is contained in:
parent
86348c815b
commit
fa9a473207
14 changed files with 5 additions and 5 deletions
5
ffhh-config-mode/files/lib/gluon/config-mode/www/cgi-bin/luci
Executable file
5
ffhh-config-mode/files/lib/gluon/config-mode/www/cgi-bin/luci
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/lua
|
||||
require "luci.cacheloader"
|
||||
require "luci.sgi.cgi"
|
||||
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
|
||||
luci.sgi.cgi.run()
|
10
ffhh-config-mode/files/lib/gluon/config-mode/www/index.html
Normal file
10
ffhh-config-mode/files/lib/gluon/config-mode/www/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
|
||||
</head>
|
||||
<body style="background-color: black">
|
||||
<a style="color: white; text-decoration: none" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a>
|
||||
</body>
|
||||
</html>
|
1
ffhh-config-mode/files/lib/gluon/config-mode/www/luci-static
Symbolic link
1
ffhh-config-mode/files/lib/gluon/config-mode/www/luci-static
Symbolic link
|
@ -0,0 +1 @@
|
|||
/www/luci-static
|
Loading…
Add table
Add a link
Reference in a new issue