forked from hummypkg/webif
3b8720c6d4
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@436 2a923420-c742-0410-a762-8d5b09965624
12 lines
196 B
Plaintext
Executable File
12 lines
196 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
source /mod/var/mongoose/lib/setup
|
|
require settings.class
|
|
|
|
if {[[settings] epg_style] eq "grid"} {
|
|
puts -nonewline "/cgi-bin/xepg.jim"
|
|
} else {
|
|
puts -nonewline "/epg.shtml"
|
|
}
|
|
|