|
The PERL home automation
software system !
|
|
|
|
| File |
Date |
Description |
| upd-MrAudrey_03.fix1 | 6/4/2003 | Update to MH-Main Page to address issue that may cause the page error (address issue) |
try chaging web/bin/list_groups.pl from this:
$html = "<html><body>\n<base target ='output'>\n" .to this
$html = "<html><body>\n" .
There are lots of other list_*.pl scripts that do the same thing. I'll ponder changing them also.
Add entries for Photon web client 'voyager'
(audrey alternate found on many of the hacked images)
These entries are around line 178 in the ./lib/http_server.pl file
in mh.ini, mh.private.ini or your specific.ini change / add
html_browser_formats = MSCE=>1,Audrey=>2,Photon=>2,Mozilla=>3,Netscape6=>3
html_browser_sizes = MSCE=>800,Audrey=>640,Photon=>640