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